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