mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Test on Node 6 and 7
This commit is contained in:
parent
0bf6f8a45a
commit
4753c3ffa9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
|
||||
# Use container-based Travis infrastructure.
|
||||
sudo: false
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue