Sha256: 8ae90bbb0493e12b748c900572462b327e507886e3c29ea70299720d8ff01b64

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

language: ruby

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
  - rbx-19mode

before_install:
  - curl -L https://github.com/kr/beanstalkd/archive/v1.9.tar.gz | tar xz -C /tmp
  - cd /tmp/beanstalkd-1.9/
  - make
  - ./beanstalkd &
  - cd $TRAVIS_BUILD_DIR

script: bundle exec rake test_all

matrix:
  allow_failures:
    - rvm: rbx-19mode

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bean_counter-0.1.0 .travis.yml