Skip to content

Commit

Permalink
Update node versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
compwright committed Sep 13, 2018
1 parent cb83c58 commit 047a118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: node_js

node_js:
- 4
- 4.0
- 6
- 6.0
- 7
- 7.0
- 8
- 8.0
- 10

sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"supertest": "^3.3.0"
},
"engines": {
"node": ">=4.0"
"node": ">=6"
}
}

0 comments on commit 047a118

Please sign in to comment.