Swapping ccm source to master branch

This commit is contained in:
GregBestland
2016-11-29 10:09:59 -06:00
parent ef23ec6ec4
commit a74d273d9d

View File

@@ -26,7 +26,7 @@ build:
export JAVA_HOME=$CCM_JAVA_HOME
export PATH=$JAVA_HOME/bin:$PATH
pip install ccm
pip install git+https://github.com/pcmanus/ccm.git
# Install dependencies
if [[ $EVENT_LOOP_MANAGER == 'libev' ]]; then
sudo apt-get install -y libev4 libev-dev