Skip to content

Commit

Permalink
chore(travis): Remove iojs-1
Browse files Browse the repository at this point in the history
This just produces too many issues right now.
  • Loading branch information
dignifiedquire committed May 20, 2015
1 parent 3bf13ec commit d42802a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "iojs"
- "iojs-1"
- "0.12"
- "0.10"
- "0.8"
Expand Down

2 comments on commit d42802a

@mgol
Copy link
Contributor

@mgol mgol commented on d42802a May 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity - what issues?

@dignifiedquire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Randomly breaking on travis, which in turn breaks the commit bot as it expects travis to pass on the first try

Please sign in to comment.