Skip to content

Commit f99bd50

Browse files
committedOct 4, 2017
Update bundler before running tests on Travis CI
See rubygems/bundler#3558
1 parent 1b2abaa commit f99bd50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sudo: false
22
language: ruby
33
services:
44
- redis-server
5+
before_install:
6+
- gem install bundler
57
bundler_args: "--without production development"
68
before_script:
79
- "cp spec/rails_app/config/database.yml.travis spec/rails_app/config/database.yml"

0 commit comments

Comments
 (0)