Skip to content

Commit 668979d

Browse files
committed
upgrade bundler _before_ using it
1 parent 99bae4d commit 668979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
2-
before_script: "gem install bundler"
2+
before_install: "gem install bundler"
33
rvm:
44
- 1.9.3
55
- 2.0.0

0 commit comments

Comments
 (0)