Sha256: ba3800fb304db5f7eb610b7757fb21acfbe29f9572915ac81048118d531b4871

Contents?: true

Size: 655 Bytes

Versions: 6

Compression:

Stored size: 655 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:
  allow_failures:
    - rvm: rbx-2
    - 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 --retry=3 --without=development

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
celluloid-fsm-0.9.0.pre12 .travis.yml
celluloid-essentials-0.20.0.pre16 .travis.yml
celluloid-fsm-0.9.0.pre11 .travis.yml
celluloid-essentials-0.20.0.pre15 .travis.yml
celluloid-essentials-0.20.0.pre14 .travis.yml
celluloid-fsm-0.9.0.pre10 .travis.yml