Skip to content

Commit 68eccf9

Browse files
committed
Update travis to update bundler gem in attempt to work around build issues with 2.5.1.
1 parent 586bfe0 commit 68eccf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4-
before_install: "gem update --system"
4+
before_install:
5+
- "gem update --system"
6+
- "gem update bundler"
57
env:
68
- CI=true
79
rvm:

0 commit comments

Comments
 (0)