Sha256: 99269f1f5969e5746e9799fe0d257aa71bb69b711c195ed73eed518ea333c13b
Contents?: true
Size: 378 Bytes
Versions: 14
Compression:
Stored size: 378 Bytes
Contents
language: ruby rvm: - 2.4.0 - 2.2 - 2.0 env: global: - ETCD_VERSION=v3.1.4 install: - bundle install - wget https://github.com/coreos/etcd/releases/download/$ETCD_VERSION/etcd-$ETCD_VERSION-linux-amd64.tar.gz -O etcd.tar.gz --no-check-certificate - tar zxvf etcd.tar.gz - export PATH=$PATH:etcd-$ETCD_VERSION-linux-amd64 script: bundle exec rspec
Version data entries
14 entries across 14 versions & 1 rubygems