Browse Source

remove Node.js 0.10/0.12 from travis

http2
Vsevolod Strukchinsky 9 years ago
parent
commit
8325ef1d02
  1. 2
      .travis.yml

2
.travis.yml

@ -3,6 +3,4 @@ language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
after_success: npm run coveralls

Loading…
Cancel
Save