Fix cmake download path
authorTobias Markus <tobbi@mozilla-uk.org>
Fri, 20 Mar 2015 09:04:49 +0000 (10:04 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Fri, 20 Mar 2015 09:04:49 +0000 (10:04 +0100)
.travis.yml

index a8f4960..1282f58 100644 (file)
@@ -40,7 +40,7 @@ before_install:
   - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
 
   # CMake
-  - wget http://www.cmake.org/files/v3.1/cmake-$CMAKE_VERSION.tar.gz -O - | tar xz
+  - wget http://www.cmake.org/files/v3.2/cmake-$CMAKE_VERSION.tar.gz -O - | tar xz
   - (cd cmake-$CMAKE_VERSION && cmake . && make -j5 && sudo make install)
 
   # SDL dependencies