|
@@ -23,7 +23,7 @@ before_install:
|
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
|
mkdir $HOME/usr;
|
|
mkdir $HOME/usr;
|
|
export PATH="$HOME/usr/bin:$PATH";
|
|
export PATH="$HOME/usr/bin:$PATH";
|
|
- wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh;
|
|
|
|
|
|
+ wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;
|
|
chmod +x cmake-3.7.2-Linux-x86_64.sh;
|
|
chmod +x cmake-3.7.2-Linux-x86_64.sh;
|
|
./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;
|
|
./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;
|
|
fi
|
|
fi
|