mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove Travis config hacks
No longer need to special case Rubinius.
This commit is contained in:
parent
cf834366d1
commit
f69d159ea0
1 changed files with 0 additions and 6 deletions
|
@ -9,11 +9,5 @@ rvm:
|
|||
- 2.1
|
||||
- 2.2
|
||||
matrix:
|
||||
global:
|
||||
- BUNDLE_JOBS=4
|
||||
allow_failures:
|
||||
- rvm: rbx-2
|
||||
before_install:
|
||||
# Only use 1 job until Travis fixes the rbx --jobs issue.
|
||||
- if [ "$TRAVIS_RUBY_VERSION" == "rbx-2" ] ; then export BUNDLE_JOBS=1 ; fi
|
||||
install: bundle install --retry=3
|
||||
|
|
Loading…
Reference in a new issue