Skip to content

Commit 47d135c

Browse files
committed
move linting into tests so jobs fail quicker
1 parent 9392cd5 commit 47d135c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ node_js:
66
- 9
77
- 10
88
script:
9+
- npm run lint
910
- npm run test
1011
jobs:
1112
include:
12-
- stage: lint
13-
node_js: 8
14-
script: npm run lint
1513
- stage: coverage
1614
node_js: 8
1715
script: npm run travis

0 commit comments

Comments
 (0)