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
|
- ARUBA_TIMEOUT=240
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem update bundler
|
- rvm @default,@global do gem uninstall bundler -v 2.0.2 -x
|
||||||
- gem cleanup bundler
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3
|
- 2.3
|
||||||
# - 2.4
|
- 2.4
|
||||||
# - 2.5
|
- 2.5
|
||||||
# - 2.6
|
- 2.6
|
||||||
# - ruby-head
|
- ruby-head
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -19,10 +18,10 @@ install:
|
||||||
- "bundle install --retry 3 --jobs 8"
|
- "bundle install --retry 3 --jobs 8"
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/rails4.2.gemfile
|
- gemfiles/rails4.2.gemfile
|
||||||
# - gemfiles/rails5.0.gemfile
|
- gemfiles/rails5.0.gemfile
|
||||||
# - gemfiles/rails5.1.gemfile
|
- gemfiles/rails5.1.gemfile
|
||||||
# - gemfiles/rails5.2.gemfile
|
- gemfiles/rails5.2.gemfile
|
||||||
# - gemfiles/rails6.0.gemfile
|
- gemfiles/rails6.0.gemfile
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue