chore(travis): use cmake-2.8.7 for windows build

This commit is contained in:
Soonho Kong 2013-11-05 21:35:50 -05:00
parent c5fd828a71
commit c7c0905c4f

View file

@ -9,10 +9,7 @@ env:
- CMAKE_CXX_COMPILER=g++ CMAKE_BUILD_TYPE=DEBUG PUSH_TO_CDASH=TRUE - CMAKE_CXX_COMPILER=g++ CMAKE_BUILD_TYPE=DEBUG PUSH_TO_CDASH=TRUE
install: install:
- sudo add-apt-repository --yes ppa:purplekarrot/cmake - sudo apt-get -qq install make cmake
- sudo apt-get -qq update
- sudo apt-get -qq install make
- sudo apt-get -qq install cmake=2.8.11.2-1ubuntu2~precise1
- if [[ $DROPBOX == TRUE ]]; then - if [[ $DROPBOX == TRUE ]]; then
sudo apt-get -qq install python python-pip; sudo apt-get -qq install python python-pip;
sudo pip install dropbox; sudo pip install dropbox;