Sha256: e58c24156755e522ec729be1001c1ddf1bee7ce30479a491df7930976bd34857

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 Bytes

Contents

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:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - env: CELLULOID_BACKPORTED=true

env:
  matrix:
    - CELLULOID_BACKPORTED=true
    - CELLULOID_BACKPORTED=false
  global:
    - NUMBER_OF_PROCESSORS=2 CELLULOID_CONFIG_FILE=.env-ci

notifications:
  irc: "irc.freenode.org#celluloid"

sudo: false
install: bundle install --without=development

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
celluloid-io-0.17.1 .travis.yml
celluloid-io-0.17.0 .travis.yml