diff options
| author | William Bruneau <william.bruneau@epfedu.fr> | 2019-08-29 16:12:23 +0200 |
|---|---|---|
| committer | William Bruneau <william.bruneau@epfedu.fr> | 2019-08-29 18:37:56 +0200 |
| commit | fb4749c651de76d126bf0f6f00815b126cd7b7f7 (patch) | |
| tree | 559a92ab3c6ebeb7ccb72cbe5f6b583769ab9d5f /.travis.yml | |
| parent | ee77b1bfbd6a4a69049359b188e124d85104bca5 (diff) | |
| download | focaccia-miasm-fb4749c651de76d126bf0f6f00815b126cd7b7f7.tar.gz focaccia-miasm-fb4749c651de76d126bf0f6f00815b126cd7b7f7.zip | |
Travis: llvm-toolchain-trusty-6.0 to llvm-toolchain-xenial-6.0
see: https://travis-ci.community/t/cannot-apt-get-install-clang-5-0/3250
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 957ef09d..3a9d4b07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - 3.6 addons: apt: - sources: ['llvm-toolchain-trusty-6.0', 'ubuntu-toolchain-r-test'] + sources: ['llvm-toolchain-xenial-6.0', 'ubuntu-toolchain-r-test'] packages: - llvm-6.0 - llvm-6.0-dev |