Skip to content

Commit

Permalink
Apply temp patch for Travis, RVM, and Ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed May 1, 2014
1 parent 811cdbe commit ad84a1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
script: "bin/rake --trace 2>&1"
bundler_args: "--binstubs --without documentation"
before_install: gem install bundler
before_install:
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
- gem install bundler -v=1.5.3
- alias bundle="bundle _1.5.3_"
rvm:
- 2.1.0
- 2.0.0
Expand Down Expand Up @@ -43,3 +46,5 @@ matrix:
env: RAILS_VERSION=4.1.0.rc1
allow_failures:
- env: RAILS_VERSION=master
# Until https://github.com/travis-ci/travis-ci/issues/2220 is fixed
- rvm: 2.1.0

0 comments on commit ad84a1a

Please sign in to comment.