Skip to content

Commit 57ae961

Browse files
committed
fix travis
1 parent 1edd4f7 commit 57ae961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ bundler_args: "--without development production"
77
services:
88
- redis-server
99
- elasticsearch
10+
before_install:
11+
- gem update --system
12+
- travis_retry gem install bundler --pre
1013
before_script:
1114
- cp -f config/database.travis.yml config/database.yml
1215
- cp -f .env.example .env

0 commit comments

Comments
 (0)