1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/.travis.yml

20 lines
373 B
YAML
Raw Normal View History

2012-06-26 01:17:30 -04:00
language: ruby
2014-12-17 13:06:18 -05:00
sudo: false
services:
- redis-server
2012-06-26 00:55:14 -04:00
rvm:
2012-06-26 01:00:57 -04:00
- jruby-19mode
- rbx-2
2012-12-11 23:23:44 -05:00
- 2.0.0
- 2.1
2014-09-20 05:48:30 -04:00
- 2.2
matrix:
2014-11-20 12:55:11 -05:00
global:
- BUNDLE_JOBS=4
allow_failures:
- rvm: rbx-2
2014-11-20 12:55:11 -05:00
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