Sha256: 3da8593090a129e2299379d46d97b1b92a73586865a18dcdadc29bff720d5a23
Contents?: true
Size: 560 Bytes
Versions: 47
Compression:
Stored size: 560 Bytes
Contents
# http://about.travis-ci.org/docs/user/build-configuration/ rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - rbx-2 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 - gem update --system - gem update bundler matrix: allow_failures: - rvm: rbx-2 - rvm: 2.0.0 script: - bundle exec rake test gemfile: Gemfile notifications: recipients: - nesquena@gmail.com - therealdave.myron@gmail.com
Version data entries
47 entries across 47 versions & 2 rubygems