Skip to content

Commit 40e2948

Browse files
committed
Install Bundler 2.x on Travis
1 parent 8e203a8 commit 40e2948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: ruby
2+
before_install:
3+
- "gem install bundler -v '~> 2.0'"
24
cache:
35
bundler: true
46
env:

0 commit comments

Comments
 (0)