Skip to content

Commit

Permalink
Install proper bundler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 24, 2019
1 parent eef28e9 commit eac3f6d
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 @@
language: ruby
sudo: false
before_install: gem update --system 3.0.3
before_install:
- gem update --system 3.0.3
- gem install bundler:2.0.1
rvm:
- 2.3.8
- 2.4.5
Expand Down

0 comments on commit eac3f6d

Please sign in to comment.