Skip to content

Commit

Permalink
chore(travis): don’t test in node v7
Browse files Browse the repository at this point in the history
It’s no longer supported
  • Loading branch information
gr2m committed Sep 19, 2017
1 parent 2e45548 commit 60dfe15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- 4
- 6
- 7
- 8
script: "npm run coverage && npm run integration"
sudo: false
after_success: "npm run coveralls"

0 comments on commit 60dfe15

Please sign in to comment.