Sha256: cc9ee3d00be7ec0e00d7597497f222cff23edbc820d557f902a3081385a8a576
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode - 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: jruby-19mode - rvm: rbx-19mode
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bean_counter-0.0.1 | .travis.yml |