.travis.yml in celluloid-essentials-0.20.0.pre13 vs .travis.yml in celluloid-essentials-0.20.0.pre14
- old
+ new
@@ -1,24 +1,29 @@
script: rake ci
language: ruby
rvm:
- 2.2.0
+ - 2.2.2
- jruby
- ruby-head
- jruby-head
- rbx-2
+# TODO: Put these back:
+# * CELLULOID_TASK_CLASS=Fibered
+# * CELLULOID_TASK_CLASS=Threaded
+# For right now the imporant thing is to test BACKPORTED mode:
+
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
- - env: CELLULOID_TASK_CLASS=Threaded
+ - env: CELLULOID_BACKPORTED=true
env:
matrix:
- - CELLULOID_TASK_CLASS=Fibered
- - CELLULOID_TASK_CLASS=Threaded
+ - CELLULOID_BACKPORTED=true
- CELLULOID_BACKPORTED=false
global:
- NUMBER_OF_PROCESSORS=2 CELLULOID_CONFIG_FILE=.env-ci
notifications: