Skip to content

Commit 83e2d3d

Browse files
Fix path to downlaod cmake 3.17.5 (#299)
I updated this incorrectly on my last commit.
1 parent ca44a62 commit 83e2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist: trusty
55

66
before_install:
77
- 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
8+
- wget -O cmake.sh https://cmake.org/files/v3.17/cmake-3.17.5-Linux-x86_64.sh
99
- sudo mkdir /usr/local/cmake-3.17.5
1010
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local/cmake-3.17.5
1111
- export PATH=/usr/local/cmake-3.17.5/bin:$PATH

0 commit comments

Comments
 (0)