We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebee4a commit 7cfc0ddCopy full SHA for 7cfc0dd
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
- pushd .travis-tmp/astyle-2.03/astyle/build/gcc && make && export PATH=`pwd`/bin:$PATH && popd
13
# cmake-3.2.2
14
- mkdir -p .travis-tmp/cmake-3.2.2
15
- - wget -P .travis-tmp/cmake-3.2.2/ http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-x86_64.sh
+ - wget --no-check-certificate -P .travis-tmp/cmake-3.2.2/ https://cmake.org/files/v3.2/cmake-3.2.2-Linux-x86_64.sh
16
- bash .travis-tmp/cmake-3.2.2/cmake-3.2.2-Linux-x86_64.sh --exclude-subdir --prefix=.travis-tmp/cmake-3.2.2 --skip-license
17
- export PATH=`pwd`/.travis-tmp/cmake-3.2.2/bin:$PATH
18
script:
0 commit comments