diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-06-02 11:07:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-06-02 11:07:39 -0700 |
commit | 09db002b8d7dc1e1d0990782d655f0e44312f380 (patch) | |
tree | b2cfb049e0df1cc12d35ee70e6ab6d99fa4ebf1e | |
parent | 385ff13617edb380a0a58397fe4836f4261503b4 (diff) | |
download | mu-09db002b8d7dc1e1d0990782d655f0e44312f380.tar.gz |
3028
Stop depending on the LLVM apt repo in CI: http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html (Thanks Travis CI support.)
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fab98113..c54f8cb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ +sudo: required +dist: trusty language: cpp addons: apt: sources: - - llvm-toolchain-precise - ubuntu-toolchain-r-test packages: - valgrind |