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:
parent
5ad4f9dee3
commit
39ada50d89
1 changed files with 9 additions and 10 deletions
19
.travis.yml
19
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue