Browse Source

ci: Hack around a Travis condition, I guess

closed-social-glitch-2
David Yip 6 years ago
parent
commit
765fc6700c
No known key found for this signature in database GPG Key ID: 7DA0036508FCC0CC
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .travis.yml

+ 4
- 0
.travis.yml View File

@ -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

Loading…
Cancel
Save