10 lines
108 B
YAML
10 lines
108 B
YAML
|
notifications:
|
||
|
email: false
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
install:
|
||
|
- npm install
|
||
|
|
||
|
script:
|
||
|
- npm run test
|