Include Travis's default bundler arguments

This commit is contained in:
Dan Rice 2014-11-15 16:02:33 -05:00
parent 3f6ceaa51b
commit 79b8077ec0

View file

@ -5,7 +5,7 @@ rvm:
- 2.0.0
- 2.1
bundler_args: --without development
bundler_args: --without development --jobs=3 --retry=3
before_script:
- "mysql -e 'create database tracks_test;'"