Skip to content

Commit

Permalink
feat(travis): remove iojs (now stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 10, 2015
1 parent 179cfdb commit 3b2873c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ cache:
- bundler
node_js:
- "0.12"
- iojs
before_install:
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
allow_failures:
- node_js: iojs
notifications:
email: false
slack:
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ cache:
- bundler
node_js:
- "0.12"
- iojs
before_install:
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
allow_failures:
- node_js: iojs
notifications:
email: false
slack:
Expand Down

0 comments on commit 3b2873c

Please sign in to comment.