Browse Source

travis: Drop node 0.8, 0.11. Add 0.12, 4, latest

master
Feross Aboukhadijeh 9 years ago
parent
commit
4acda265f7
  1. 7
      .travis.yml

7
.travis.yml

@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- npm install -g npm@~1.4.6
- "0.12"
- "4"
- "node"

Loading…
Cancel
Save