Skip to content

Commit

Permalink
chore(ci) bump C* to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Nov 30, 2016
1 parent 75a225e commit 35d7772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35d7772

Please sign in to comment.