Correct the scripts in .travis.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user