.travis.yml in etcd-0.2.4 vs .travis.yml in etcd-0.3.0
- old
+ new
@@ -1,11 +1,13 @@
before_install:
- - bash build_etcd
- - bundle install --path .bundle
+ - wget -c https://github.com/coreos/etcd/releases/download/v2.0.0-rc.1/etcd-v2.0.0-rc.1-linux-amd64.tar.gz
+ - tar -zxf etcd-v2.0.0-rc.1-linux-amd64.tar.gz
+ - bundle install
+
rvm:
- 1.9.3
- - 2.0.0
- 2.1.0
+ - 2.2.0
branches:
only:
- master
-script: "ETCD_BIN=./etcd/bin/etcd bundle exec rake spec"
+script: "ETCD_BIN=./etcd-v2.0.0-rc.1-linux-amd64/etcd bundle exec rake spec"