diff options
author | elijah <elijah@riseup.net> | 2016-02-01 13:33:31 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-01 15:17:55 -0800 |
commit | 5ad906f1e1d52b78d3d09a7d3e2ddd597fa78673 (patch) | |
tree | afeb29fb077188e23d1a33402900ca0938e410bd /.travis.yml | |
parent | e7e16318d056dbd9ec272085487cce6039627b09 (diff) |
internet says that bundler on travis might be what is causing test fail, so force install the lastest one.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 189a4c3..4e7aad0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ services: - couchdb notifications: email: false +before_install: + - "gem install bundler --version 1.11.2" before_script: - "rm .ruby-version" - "mv test/travis/ruby-version .ruby-version" |