Skip to content

Commit 423ba32

Browse files
author
Benjamin Forster
authored
Merge pull request #26 from e-e-e/update-travis
add linting to travis
2 parents 06f90d1 + 47d135c commit 423ba32

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ node_js:
66
- 9
77
- 10
88
script:
9-
- npm run travis
10-
after_script:
11-
- npm run report-coverage
9+
- npm run lint
10+
- npm run test
11+
jobs:
12+
include:
13+
- stage: coverage
14+
node_js: 8
15+
script: npm run travis
16+
after_script:
17+
- npm run report-coverage

0 commit comments

Comments
 (0)