Skip to content

Commit

Permalink
Revert "Test travis config"
Browse files Browse the repository at this point in the history
This reverts commit 5ad4f9d.

I definitely did not mean to make this change on master! EEP!
  • Loading branch information
composerinteralia committed Jan 17, 2020
1 parent 5ad4f9d commit 39ada50
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@ 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
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:
Expand Down

0 comments on commit 39ada50

Please sign in to comment.