Sha256: 073f9d6b26d59ee24ce832f5e187117483ad1afc5df38fab020bee62fbc77d18

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

before_install: 
  - sudo add-apt-repository ppa:duh/golang -y
  - sudo apt-get update -y
  - sudo apt-get install golang -y
  - git clone https://github.com/coreos/etcd
  - cd etcd && bash build
  - bundle install --path .bundle
rvm:
  - 1.9.3
  - 2.0.0
branches:
  only:
    - master
script: "bundle exec rake spec"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
etcd-0.0.5 .travis.yml
etcd-0.0.4 .travis.yml