Browse Source

Remove Node.js 0.10, 0.12 and iojs 2.0.0 from travis ci

patch-2
Braydon Fuller 8 years ago
parent
commit
23df2492c8
  1. 3
      .travis.yml

3
.travis.yml

@ -1,9 +1,6 @@
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '2.0.0'
- '4'
before_install:
- npm install -g bower

Loading…
Cancel
Save