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 1bff29a commit a46430e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: ruby
before_install: gem update --system
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
cache: bundler
rvm:
- 2.2
Expand Down

0 comments on commit a46430e

Please sign in to comment.