Sha256: a9e631cb20a5015e936e0555b54d0e1f5489ea5b095e30a0a748d57d6d6435aa

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

language: ruby
sudo: false

cache: bundler

bundler_args: --binstubs=./bin

before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem install bundler
  - gem update bundler

before_script:
  - bundle update

install:
- bundle install --path vendor/bundle

script: bundle exec rake

rvm:
- 2.2.2
- 2.2.3
- 2.3.1
env:
 - RAILS_ENV=test RACK_ENV=test
notifications:
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
celluloid_pubsub-1.0.3 .travis.yml