chore(travis): enforce windows build to use cmake-2.8.11.2

This commit is contained in:
Soonho Kong 2013-11-05 19:30:07 -05:00
parent e7d508043b
commit 07737d3a4b

View file

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