Skip to content

Commit

Permalink
chore: do not run tests on node@6
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Jul 3, 2019
1 parent 567f8cb commit 60bbcbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: node_js

matrix:
include:
- node_js: "6"
env: COVERALLS=1
- node_js: "8"
env: COVERALLS=1

after_success:
- if [ "$COVERALLS" = "1" ]; then npm run coveralls; fi

0 comments on commit 60bbcbf

Please sign in to comment.