Skip to content

Commit 7cfc0dd

Browse files
committed
fix. url to download cmake in .travis.yml
1 parent 7ebee4a commit 7cfc0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- pushd .travis-tmp/astyle-2.03/astyle/build/gcc && make && export PATH=`pwd`/bin:$PATH && popd
1313
# cmake-3.2.2
1414
- 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
15+
- 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
1616
- 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
1717
- export PATH=`pwd`/.travis-tmp/cmake-3.2.2/bin:$PATH
1818
script:

0 commit comments

Comments
 (0)