mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
chore(misc): add Node 7 to Travis CI
This commit is contained in:
parent
e957242359
commit
31b5ba1a78
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
|
||||
install:
|
||||
- npm install -g npm@3
|
||||
- npm install -g coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue