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: include:
- stage: test - stage: test
script: script:
- npm run test:lint - npm run lint
- npm run test:unit - npm run docs
- npm run test:integration - npm run tap
- stage: deploy - stage: deploy
node_js: 8 node_js: 8
script: npm run build script: npm run build