Browse Source

Merge pull request #147 from ntwb/patch-1

Travis CI: Test on latest Node.js v5.x.x
http2
Vsevolod Strukchinsky 9 years ago
parent
commit
a80c910da6
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 'stable'
- '5'
- '4'
- '0.12'
- '0.10'

Loading…
Cancel
Save