From: Michael Stapelberg Date: Wed, 15 Jun 2016 19:41:27 +0000 (+0200) Subject: travis: use trusty instead of (failing) llvm repo X-Git-Tag: 2.11~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c0c82313ed072f99cbe3d8a56c2a62631e7ec89;p=i3%2Fi3status travis: use trusty instead of (failing) llvm repo --- 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