Skip to content

Commit

Permalink
Update travis node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Aug 29, 2018
1 parent 227ccb5 commit c8e26f9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
sudo: false

language: node_js
matrix:
include:
- node_js: '5'
- node_js: '4'
- node_js: '0.12'
env: NO_ESLINT=true

script: "[[ $NO_ESLINT == true ]] && npm run test-012 || npm test"

node_js:
- 6
- 8
- 10
script: "npm test"
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit c8e26f9

Please sign in to comment.