Include test gems in CI

This commit is contained in:
Gannon McGibbon 2018-10-11 10:42:53 -04:00
parent 2e53c2b130
commit d888bec6da
1 changed files with 1 additions and 1 deletions

View File

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