Skip to content

Commit

Permalink
ci: test on all lts node version on linux (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jan 17, 2019
1 parent 464de8d commit d86bd01
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -5,15 +5,17 @@ jobs:
include:
- stage: Lint
env: SCRIPT=lint
node_js: 'stable'
node_js: 6
- &test
stage: Test
env: SCRIPT=test
node_js: 'stable'
node_js: 6
- <<: *test
node_js: 'lts/*'
node_js: 8
- <<: *test
node_js: 6
node_js: 10
- <<: *test
node_js: 11

script: npm run $SCRIPT

Expand Down

0 comments on commit d86bd01

Please sign in to comment.