Skip to content

Commit 396dfb7

Browse files
committed
Update bundler gem instead of install for pre_install travis config
1 parent 2e0a6fb commit 396dfb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
before_install:
3-
- gem install bundler
3+
- gem update bundler
44
bundler_args: --without guard
55
script: "bundle exec rake ci"
66
rvm:

0 commit comments

Comments
 (0)