Sha256: 17c7553bf7220702292e68fed85600196930656bcc04b11692f2c359d25ad52b

Contents?: true

Size: 1.07 KB

Versions: 16

Compression:

Stored size: 1.07 KB

Contents

language: ruby

cache: 
  bundler: true
  directories:
  - vendor/bundle

rvm:
  - 2.1.1
  - 2.0.0
  - 1.9.3
  - 1.9.2
  - 1.8.7
  - ree
  - jruby-19mode

#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
  - sudo apt-get install -y tracelytics-java-agent

before_script:
  - bundle install --without development
  - bundle exec rake compile

script: "bundle exec rake test"

services: 
  - mongodb
  - memcached
  - cassandra
  - redis

matrix:
  allow_failures:
 

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
oboe-2.7.5.wolf3 .travis.yml
oboe-2.7.5.wolf3-java .travis.yml
oboe-2.7.5.wolf1 .travis.yml
oboe-2.7.5.wolf1-java .travis.yml
oboe-2.7.4.1-java .travis.yml
oboe-2.7.4.1 .travis.yml
oboe-2.7.3.1-java .travis.yml
oboe-2.7.3.1 .travis.yml
oboe-2.7.2.fuchs2 .travis.yml
oboe-2.7.2.fuchs1 .travis.yml
oboe-2.7.2.2-java .travis.yml
oboe-2.7.2.2 .travis.yml
oboe-2.7.1.7 .travis.yml
oboe-2.7.1.7-java .travis.yml
oboe-2.7.0.3-java .travis.yml
oboe-2.7.0.3 .travis.yml