Skip to content

Commit ff53a6b

Browse files
committed
Revert "Update travis to update bundler gem in attempt to work around build issues with 2.5.1."
This reverts commit 68eccf9.
1 parent 54ebbdf commit ff53a6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)