Test on Node 6 and 7

This commit is contained in:
Brian Beck 2017-03-19 00:56:29 -07:00
parent 0bf6f8a45a
commit 4753c3ffa9
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "7"
# Use container-based Travis infrastructure.
sudo: false

View file

@ -12,7 +12,7 @@
"yarn.lock"
],
"engines": {
"node": "^4.3.0, ^6.2.0",
"node": "^4.3.0, ^6.2.0, ^7.0.0",
"npm": "^3.8.0, ^4.0.0"
},
"scripts": {