Skip to content

Commit

Permalink
Merge pull request #629 from joshk/patch-1
Browse files Browse the repository at this point in the history
use --retry and --jobs to bundle install faster
  • Loading branch information
sferik committed Nov 10, 2014
2 parents 3c0ab6b + f66dbb2 commit c326a83
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
bundler_args: --without development
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby

rvm:
- 1.9.3
- 2.0.0
Expand All @@ -11,10 +8,18 @@ rvm:
- jruby-head
- rbx-2
- ruby-head

sudo: false

bundler_args: --without development --retry=3 --jobs=3

env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"

matrix:
allow_failures:
- rvm: jruby-head
- rvm: rbx-2
- rvm: ruby-head
fast_finish: true
sudo: false

0 comments on commit c326a83

Please sign in to comment.