Skip to content

Commit

Permalink
ignore rvm 2.1.0 build failures instead of disabling the build comple…
Browse files Browse the repository at this point in the history
…tely
  • Loading branch information
lslezak committed May 2, 2014
1 parent 89542af commit f075f8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,6 +1,8 @@
language: ruby
rvm:
# rvm 2.1.0 is currently broken at Travis, disabling temporarily...
# - "2.1.0"
- "2.1.0"
- "2.0.0"
matrix:
allow_failures:
- rvm: "2.1.0"
script: bundle exec rake -f Rakefile.travis

0 comments on commit f075f8e

Please sign in to comment.