From 35d7772a2213729210dfdceaa6400a36a1a0408c Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 29 Nov 2016 13:38:55 -0800 Subject: [PATCH] chore(ci) bump C* to 2.2.8 --- .ci/setup_env.sh | 6 +----- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.ci/setup_env.sh b/.ci/setup_env.sh index 7be06febc17..13465f16584 100755 --- a/.ci/setup_env.sh +++ b/.ci/setup_env.sh @@ -94,11 +94,7 @@ eval `luarocks path` # Install ccm & setup Cassandra cluster # ------------------------------------- if [[ "$TEST_SUITE" != "unit" ]] && [[ "$TEST_SUITE" != "lint" ]]; then - pip install --user PyYAML six - git clone https://github.com/pcmanus/ccm.git - pushd ccm - ./setup.py install --user - popd + pip install --user PyYAML six ccm==2.4.6 ccm create test -v binary:$CASSANDRA -n 1 -d ccm start -v ccm status diff --git a/.travis.yml b/.travis.yml index 63e040a2114..018b1c65357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - SERF=0.7.0 - LUAROCKS=2.4.0 - OPENSSL=1.0.2j - - CASSANDRA=2.2.7 + - CASSANDRA=2.2.8 - OPENRESTY=1.11.2.1 - DOWNLOAD_CACHE=$HOME/download-cache - INSTALL_CACHE=$HOME/install-cache