Sha256: 2b5bb7f08783782911f025cbe79d71f9917ae7b19aeb4a7e5827d43225945c5c

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

language: ruby
rvm:
  - 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
before_install:
  - echo "127.0.0.1 " `hostname` | sudo tee /etc/hosts
  - sudo service cassandra start

install: 
  - wget https://www.tracelytics.com/install_tracelytics.sh
  - sudo sh ./install_tracelytics.sh f51e2a43-0ee5-4851-8a54-825773b3218e

before_script:
  - bundle install
  - bundle exec rake compile

services: 
  - mongodb
  - memcached
#  - cassandra

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oboe-2.3.3.7 .travis.yml