Skip to content

Commit

Permalink
Update bundler before running tests on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Oct 4, 2017
1 parent 1b2abaa commit f99bd50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sudo: false
language: ruby
services:
- redis-server
before_install:
- gem install bundler
bundler_args: "--without production development"
before_script:
- "cp spec/rails_app/config/database.yml.travis spec/rails_app/config/database.yml"
Expand Down

0 comments on commit f99bd50

Please sign in to comment.