Skip to content

Commit

Permalink
move linting into tests so jobs fail quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
e-e-e committed Sep 9, 2018
1 parent 9392cd5 commit 47d135c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -6,12 +6,10 @@ node_js:
- 9
- 10
script:
- npm run lint
- npm run test
jobs:
include:
- stage: lint
node_js: 8
script: npm run lint
- stage: coverage
node_js: 8
script: npm run travis
Expand Down

0 comments on commit 47d135c

Please sign in to comment.