about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-05-18 09:51:00 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-05-18 09:51:00 -0500
commit765fc6700cefcf326e8e4104f7f82ac5ed9b9bea (patch)
treee8412bcc3252f61f6a50bfa23308e68c300d7b83 /.travis.yml
parent399af266e57f68377194922d1141ad675d2f4b0e (diff)
ci: Hack around a Travis condition, I guess
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7f1bfa71..1529c81fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,10 @@ install:
   - bundle install --path=vendor/bundle --with pam_authentication --without development production --retry=3 --jobs=16
   - yarn install
 
+# https://github.com/travis-ci/travis-ci/issues/9333
+before_install:
+  - gem install bundler
+
 before_script:
   - travis_wait ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile