Skip to content

Commit

Permalink
Use the trusty not the precise llvm repos
Browse files Browse the repository at this point in the history
Travis is using trusty now and the precise repo has an outdated key,
causing Travis CI to fail.
  • Loading branch information
samcv committed Jul 5, 2018
1 parent 3ef2acf commit 485d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- sourceline: 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise main'
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty main'
packages:
- clang-5.0
- llvm-5.0
Expand Down

0 comments on commit 485d063

Please sign in to comment.