Skip to content

Commit

Permalink
Config: Try fixing Rubinius buid on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samleb committed Feb 18, 2017
1 parent 3608633 commit 2a394a8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- rbx
- rbx-2

gemfile:
- gemfiles/activerecord_3_1.gemfile
Expand All @@ -29,13 +29,7 @@ script: bundle exec rake

matrix:
allow_failures:
- gemfile: gemfiles/activerecord_edge.gemfile
# Typecasting seems broken on JRuby except with sqlite3 adapter
- rvm: jruby
gemfile: gemfiles/activerecord_4_2.gemfile
exclude:
- rvm: jruby
gemfile: gemfiles/activerecord_edge.gemfile
- rvm: rbx-2

branches:
only:
Expand Down

0 comments on commit 2a394a8

Please sign in to comment.