Sha256: aa34cc179e891fcb66eca5280c4993045f09c49550954c80895425805b012385
Contents?: true
Size: 938 Bytes
Versions: 2
Compression:
Stored size: 938 Bytes
Contents
language: ruby rvm: - 2.1.1 - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7 - ree #gemfile: # - gemfiles/mongo.gemfile # - gemfiles/moped.gemfile # Attempt Travis/Cassandra fix re: https://github.com/travis-ci/travis-ci/issues/1484 # Updated Cassandra: https://github.com/travis-ci/travis-ci/issues/1650 before_install: - gem update --system 2.1.11 - gem --version - sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh" - echo "127.0.0.1 " `hostname` | sudo tee /etc/hosts - sudo service cassandra start before_script: sleep 10 install: - wget https://www.tracelytics.com/install_tracelytics.sh - sudo sh ./install_tracelytics.sh f51e2a43-0ee5-4851-8a54-825773b3218e before_script: - bundle install --without development - bundle exec rake compile script: "bundle exec rake test" services: - mongodb - memcached - cassandra - redis
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oboe-2.6.8 | .travis.yml |
oboe-2.6.7.1 | .travis.yml |