diff options
| author | Michael Stapelberg | 2016-06-15 21:41:27 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2016-06-15 21:45:34 +0200 | 
| commit | 7c0c82313ed072f99cbe3d8a56c2a62631e7ec89 (patch) | |
| tree | b457191fefc9655661bc195ad6967ebff6ffa541 | |
| parent | Add ifdef to compile wireless_info on Mac (#127) (diff) | |
travis: use trusty instead of (failing) llvm repo
| -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 | 
