Browse Source

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

redux
David Majda 7 years ago
parent
commit
e0511a55d5
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save