Skip to content

Commit

Permalink
do not run linting on node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson committed Feb 24, 2020
1 parent 1316d7e commit b1afb3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
language: node_js
node_js:
- "node"
- "12"
- "10"
- "8"

jobs:
include:
- stage: test
script: npm run test:cover && npm run coveralls
- stage: lint
script: npm run test:lint
node_js: lts

after_success:
- npm run coveralls

0 comments on commit b1afb3b

Please sign in to comment.