diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2016-06-15 21:41:27 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2016-06-15 21:45:34 +0200 |
commit | 7c0c82313ed072f99cbe3d8a56c2a62631e7ec89 (patch) | |
tree | b457191fefc9655661bc195ad6967ebff6ffa541 /.travis.yml | |
parent | 0a2d4d8a04dcfa71f9e8cecb2bd2772df989b228 (diff) |
travis: use trusty instead of (failing) llvm repo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files 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 |