Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
The LLVM APT repo has been turned off due to excessive load.
To avoid pulling directly from the LLVM APT repo, use a version of
Ubuntu that contains the nesseary compilers. Xenial is the next LTS
version of Ubuntu and
[contains](http://packages.ubuntu.com/Xenial/devel/) clang 3.6

This patch follows the suggestion
[here](travis-ci/travis-ci#6120 (comment))
  • Loading branch information
gdbelvin committed Jun 8, 2016
1 parent 0c6fa86 commit 2c5c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false

language: cpp
dist: xenial

env:
global:
Expand All @@ -13,7 +14,6 @@ addons:
apt:
sources: &common_sources
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
- kalakris-cmake
packages: &common_packages
- autoconf
Expand Down

0 comments on commit 2c5c135

Please sign in to comment.