Sha256: 04cf38f251e27e5f81339bd3925f92eca146ee8f40057eacaa4da57a503ae863

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

language: ruby
rvm:
  - 3.0.2
  - 2.5.3
  - 2.4.5
  - 2.3.8

env:
  - ETCD_VERSION_TO_TEST=v3.1.20
  - ETCD_VERSION_TO_TEST=v3.2.25
  - ETCD_VERSION_TO_TEST=v3.3.10

install:
    - bundle install
    - bundle exec rake download-etcd
    - export PATH="$(dirname $(find /tmp -name 'etcd')):$PATH"

script: bundle exec rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
etcdv3-0.11.6 .travis.yml
etcdv3-0.11.5 .travis.yml
etcdv3-0.11.4 .travis.yml