diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-01-18 12:41:59 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-01-18 12:41:59 -0700 |
commit | c542677310b7dbb205cf3bc24f74099ae929ca20 (patch) | |
tree | b2c10d31cb3d56a87be7d4a9b321984a6524d0d4 | |
parent | eac4f75b9f0f8c92273f9a55505b40015fb718d8 (diff) | |
download | rails-c542677310b7dbb205cf3bc24f74099ae929ca20.tar.gz rails-c542677310b7dbb205cf3bc24f74099ae929ca20.tar.bz2 rails-c542677310b7dbb205cf3bc24f74099ae929ca20.zip |
Use bundler 1.7 on travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e4ed59d4a6..8bbc7c8f7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false script: 'ci/travis.rb' before_install: - "rvm current | grep 'jruby' && export AR_JDBC=true || echo" + - gem install bundler before_script: - bundle update cache: bundler |