Skip to content

Commit 4613969

Browse files
RustyNailsebjacobs
authored andcommitted
Update bundler before travis builds. (rspec#1869)
1 parent 16f903e commit 4613969

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
@@ -22,7 +22,9 @@ cache: bundler
2222

2323
bundler_args: "--binstubs --without documentation --path ../bundle --retry=3 --jobs=3"
2424

25-
before_install: "script/clone_all_rspec_repos"
25+
before_install:
26+
- script/clone_all_rspec_repos
27+
- gem update bundler
2628

2729
before_script:
2830
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/

0 commit comments

Comments
 (0)