diff options
| -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 |