mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Include test gems in CI
This commit is contained in:
parent
2e53c2b130
commit
d888bec6da
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ addons:
|
|||
- postgresql-10
|
||||
- postgresql-client-10
|
||||
|
||||
bundler_args: --without test --jobs 3 --retry 3
|
||||
bundler_args: --jobs 3 --retry 3
|
||||
before_install:
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
- "travis_retry gem update --system"
|
||||
|
|
Loading…
Reference in a new issue