Skip to content
Snippets Groups Projects
Commit 45a6ce29 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

travis: needed in wget --no-check-certificate

parent 8eaa9307
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ addons:
- libfftw3-dev
before_script:
- wget https://cmake.org/files/v3.4/cmake-3.4.0-rc3-Linux-x86_64.tar.gz -O /tmp/cmake-3.4.0-rc3-Linux-x86_64.tar.gz
- wget https://cmake.org/files/v3.4/cmake-3.4.0-rc3-Linux-x86_64.tar.gz -O /tmp/cmake-3.4.0-rc3-Linux-x86_64.tar.gz --no-check-certificate
- tar -xzf /tmp/cmake-3.4.0-rc3-Linux-x86_64.tar.gz
- wget https://github.com/martine/ninja/releases/download/v1.6.0/ninja-linux.zip -O /tmp/ninja-linux.zip
- wget https://github.com/martine/ninja/releases/download/v1.6.0/ninja-linux.zip -O /tmp/ninja-linux.zip --no-check-certificate
- unzip /tmp/ninja-linux.zip
- mkdir build
- cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment