You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
language: node_js
|
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- $HOME/.npm
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
|
|
|
node_js:
|
|
|
|
- '8'
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- npm i -g npm@^5.5.1
|
|
|
|
|
|
|
|
script:
|
|
|
|
- npm install
|
|
|
|
- npm run build
|
|
|
|
- npm run test
|
|
|
|
|
|
|
|
after_success:
|