summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2018-10-29 08:06:21 +0100
committerKim Grasman <kim.grasman@gmail.com>2018-10-29 08:06:21 +0100
commit596f25f5eb76187589d8ccaa71819fa196352de9 (patch)
tree941c679e73e1bd3ab6b00110fadb851fb25d0b17
parent9a5879041c3454030f852c6625afbf7da2d2d664 (diff)
Fix package names in travis config
LLVM/Clang 7 was the release when they dropped the minor digit.
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a525ac1..e61e96b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,12 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-7.0
+ - llvm-toolchain-trusty-7
packages:
- ninja-build
- - llvm-7.0-dev
- - libclang-7.0-dev
- - clang-7.0
+ - llvm-7-dev
+ - libclang-7-dev
+ - clang-7
before_install:
# Install a supported cmake version (>= 3.4.3)
@@ -18,8 +18,8 @@ before_install:
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
# Absolute paths to LLVM's root and bin directory
- - ROOT_PATH=`llvm-config-7.0 --prefix`
- - BIN_PATH=`llvm-config-7.0 --bindir`
+ - ROOT_PATH=`llvm-config-7 --prefix`
+ - BIN_PATH=`llvm-config-7 --bindir`
script:
# Build IWYU