summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2019-06-26 15:55:28 +0200
committerKim Gräsman <kim.grasman@gmail.com>2019-06-28 13:30:10 +0200
commit91e5ff8c601f84e4e8c94e3555a8a1aa546b84ba (patch)
tree45bffa15586af16b8983a3866b6ff9ff1d54fecf
parent1f76c779aed8b4c7ec01e793c99f4bcf867b981f (diff)
[travis] Use RTM version of CMake 3.10
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b265cb0..3b8bf17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ addons:
before_install:
# Install a supported cmake version (>= 3.4.3)
- - wget -O cmake.sh https://cmake.org/files/v3.10/cmake-3.10.0-rc1-Linux-x86_64.sh
+ - wget -O cmake.sh https://cmake.org/files/v3.10/cmake-3.10.0-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
# Extract the version number from the most-recently installed LLVM