We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca44a62 commit 83e2d3dCopy full SHA for 83e2d3d
.travis.yml
@@ -5,7 +5,7 @@ dist: trusty
5
6
before_install:
7
- sudo apt-get update -qq
8
- - wget -O cmake.sh https://cmake.org/files/v3.17.5/cmake-3.17.5-Linux-x86_64.sh
+ - wget -O cmake.sh https://cmake.org/files/v3.17/cmake-3.17.5-Linux-x86_64.sh
9
- sudo mkdir /usr/local/cmake-3.17.5
10
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local/cmake-3.17.5
11
- export PATH=/usr/local/cmake-3.17.5/bin:$PATH
0 commit comments