Skip to content

Commit

Permalink
Use latest Rubinius (#80)
Browse files Browse the repository at this point in the history
There don’t seem to binary versions of rbx-2 available on Travis any
more, so switch to using `rbx` instead.  Per travis-ci/docs-travis-ci-com#740, this seems to be the correct thing to do.

However, the `rbx` build is still failing.  This seems like it might be a temporary build environment issue, so allow the rbx build to fail until it is resolved.
  • Loading branch information
randycoulman committed Oct 7, 2016
1 parent bbf8c7b commit 931f40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,10 +5,11 @@ rvm:
- 2.0.0
- 2.1.0
- ruby-head
- rbx-2
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
before_install:
- gem update bundler
script: bundle exec rspec spec
Expand Down

0 comments on commit 931f40c

Please sign in to comment.