Correct the scripts in .travis.yml

This commit is contained in:
Karishma Chadha
2018-04-23 16:57:56 -04:00
parent 094d8b0a5d
commit b3ad2b2064

View File

@@ -15,9 +15,9 @@ jobs:
include:
- stage: test
script:
- npm run test:lint
- npm run test:unit
- npm run test:integration
- npm run lint
- npm run docs
- npm run tap
- stage: deploy
node_js: 8
script: npm run build