before_install: - bash build_etcd - bundle install --path .bundle rvm: - 1.9.3 - 2.0.0 - 2.1.0 branches: only: - master script: "ETCD_BIN=./etcd/bin/etcd bundle exec rake spec"