.travis.yml: Test also with Node.js 7.0.x

redux
David Majda 7 years ago
parent f982e1cfd1
commit e0511a55d5

@ -6,6 +6,7 @@ node_js:
- "4.0"
- "5.0"
- "6.0"
- "7.0"
before_script:
- npm install -g gulp

Loading…
Cancel
Save