summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <[email protected]>2018-08-08 12:16:59 +0200
committerJuan A. Suarez Romero <[email protected]>2018-08-08 13:00:33 +0200
commitdb432194a1ef95e4ba5d6e190e78a961c4ab0ded (patch)
tree460af22b25297fe0def6ac7b3aea249a23093f0a /.travis.yml
parent0f450e0cbe65e09127e983e53a6c70a1ad86ba77 (diff)
travis: remove libedit-dev dependency in LLVM 6.0 targets
In LLVM <6.0 we added explicitly libedit-dev, as it was required to satisfy apt dependencies. In LLVM 6.0, this is not required anymore, so let's remove it. CC: Emil Velikov <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e07c4b8fe1..9f91d2c9b69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,8 +45,6 @@ matrix:
# llvm-6 depends on gcc-4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
# From sources above
- llvm-6.0-dev
# Common
@@ -142,8 +140,6 @@ matrix:
# llvm-6 depends on gcc-4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
# From sources above
- llvm-6.0-dev
# Common
@@ -385,8 +381,6 @@ matrix:
# llvm-6 depends on gcc-4.9 which is not in main repo
- ubuntu-toolchain-r-test
packages:
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
# From sources above
- llvm-6.0-dev
# Common