.travis.yml in celluloid-pool-0.20.1 vs .travis.yml in celluloid-pool-0.20.5

- old
+ new

@@ -1,33 +1,41 @@ -script: bundle exec rake +script: rake ci language: ruby rvm: - - 1.9.3 - - 2.2.0 + - rbx-2 - jruby + - 2.2.2 + - 2.2.0 + - 2.1.4 + - 2.0.0 + - 1.9.3 - ruby-head - jruby-head - - rbx-2 matrix: fast_finish: true allow_failures: - - rvm: rbx-2 + - rvm: 1.9.3 - rvm: ruby-head - rvm: jruby-head - env: CELLULOID_BACKPORTED=true + - env: CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded + - env: CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded env: + global: + - NUMBER_OF_PROCESSORS=4 CELLULOID_CONFIG_FILE=.env-ci matrix: - CELLULOID_BACKPORTED=true - CELLULOID_BACKPORTED=false - global: - - NUMBER_OF_PROCESSORS=2 + - CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded + - CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded notifications: irc: "irc.freenode.org#celluloid" before_install: + # Only use 1 job until Travis fixes the rbx --jobs issue. - if [ "$TRAVIS_RUBY_VERSION" == "rbx-2" ] ; then export BUNDLE_JOBS=1 ; else export BUNDLE_JOBS=4; fi sudo: false -install: bundle install --without=development \ No newline at end of file +install: bundle install --without=development