Skip to content

Commit

Permalink
Disable parallel installation with Bundler, mainly for rbx.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 13, 2014
1 parent 691b7c3 commit 88f7f15
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 @@ language: ruby
script: bundle exec rspec spec
sudo: false
cache: bundler
install:
- bundle install --retry=3
env:
- DB=sqlite3
- DB=sqlite3mem
Expand Down

0 comments on commit 88f7f15

Please sign in to comment.