From 7c0c82313ed072f99cbe3d8a56c2a62631e7ec89 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 15 Jun 2016 21:41:27 +0200 Subject: [PATCH] travis: use trusty instead of (failing) llvm repo --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fdfa5e..2f3f93d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo: required +dist: trusty language: c compiler: - gcc @@ -5,10 +7,6 @@ compiler: addons: # See http://docs.travis-ci.com/user/apt/ apt: - sources: - - llvm-toolchain-precise-3.5 - # ubuntu-toolchain-r-test contains libstdc++6 >= 4.8 which libllvm3.5 needs. - - ubuntu-toolchain-r-test packages: - libconfuse-dev - libyajl-dev -- 2.39.5