Selaa lähdekoodia

Try to update CMake on Travis CI

bel2125 8 vuotta sitten
vanhempi
commit
4aee07217e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ addons:
       - kubuntu-backports
 
 before_install:
-  - if [ -a "${TRAVIS_OS_NAME}" == "linux" ]; then
+  - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
       mkdir $HOME/usr;
       export PATH="$HOME/usr/bin:$PATH";
       wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh;