1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Revert "Test travis config"

This reverts commit 5ad4f9dee3.

I definitely did not mean to make this change on master! EEP!
This commit is contained in:
Daniel Colson 2020-01-17 15:09:42 -05:00
parent 5ad4f9dee3
commit 39ada50d89
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353

View file

@ -3,15 +3,14 @@ env:
- ARUBA_TIMEOUT=240
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
- rvm @default,@global do gem uninstall bundler -v 2.0.2 -x
cache: bundler
rvm:
- 2.3
# - 2.4
# - 2.5
# - 2.6
# - ruby-head
- 2.4
- 2.5
- 2.6
- ruby-head
branches:
only:
- master
@ -19,10 +18,10 @@ install:
- "bundle install --retry 3 --jobs 8"
gemfile:
- gemfiles/rails4.2.gemfile
# - gemfiles/rails5.0.gemfile
# - gemfiles/rails5.1.gemfile
# - gemfiles/rails5.2.gemfile
# - gemfiles/rails6.0.gemfile
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
matrix:
fast_finish: true
allow_failures: