Skip to content

Commit eca6e6a

Browse files
authored
Update .travis.yml
1 parent 03bd433 commit eca6e6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
2-
script: "bundle exec rake test"
3-
sudo: false
4-
cache: bundler
52
rvm:
63
- 2.4.2
4+
before_install:
5+
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
6+
- gem install bundler -v '< 2'

0 commit comments

Comments
 (0)