Sha256: f57d1c306cf7cb67c5a3fae2e12bc5c19a421bb9e6fc1aa61426e1c103c99bbf

Contents?: true

Size: 838 Bytes

Versions: 2

Compression:

Stored size: 838 Bytes

Contents

language: ruby
rvm:
  - 2.1.1
  - 2.0.0
  - 1.9.3
  - 1.9.2
  - 1.8.7
  - ree

# 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

services: 
  - mongodb
  - memcached
  - cassandra
  - redis

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oboe-2.6.6.1 .travis.yml
oboe-2.6.5.5 .travis.yml