Reverting to use local ccm install for integration tests

This commit is contained in:
GregBestland
2016-04-04 13:44:47 -05:00
parent a89fddc19e
commit 13cbfe7b12

View File

@@ -20,6 +20,7 @@ build:
export JAVA_HOME=$CCM_JAVA_HOME
export PATH=$JAVA_HOME/bin:$PATH
sudo python /home/jenkins/ccm/setup.py install
# Install dependencies
if [[ $EVENT_LOOP_MANAGER == 'libev' ]]; then
sudo apt-get install -y libev4 libev-dev