UNPKG

272 BYAMLView Raw
1language: node_js
2node_js:
3 - "8"
4install: npm install
5jobs:
6 include:
7 - stage: test
8 script: bash ./scripts/travis-test.sh
9 - stage: deploy
10 script: bash ./scripts/travis-deploy.sh
11cache:
12 directories:
13 - node_modules
14notifications:
15 email: false