Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
andyklimczak committed Sep 13, 2019
1 parent 9cd1593 commit 6127fb5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
sudo: false
language: ruby
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
before_install: gem update --system
cache: bundler
rvm:
- 2.2
- 2.3.8
- 2.4.5
- 2.5.3
Expand Down Expand Up @@ -33,8 +30,6 @@ matrix:
- env: RAILS='master'
rvm: jruby-9.1.6.0
exclude:
- rvm: 2.2
env: RAILS='master'
- rvm: 2.3.8
env: RAILS='master'
- rvm: 2.4.5
Expand Down

0 comments on commit 6127fb5

Please sign in to comment.