about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-02 11:07:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-02 11:07:39 -0700
commit09db002b8d7dc1e1d0990782d655f0e44312f380 (patch)
treeb2cfb049e0df1cc12d35ee70e6ab6d99fa4ebf1e /.travis.yml
parent385ff13617edb380a0a58397fe4836f4261503b4 (diff)
downloadmu-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.)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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