Skip to content

Commit

Permalink
Use the llvm 5.0 toolchain deb line
Browse files Browse the repository at this point in the history
The non versioned url doesn't have llvm 5.0
  • Loading branch information
samcv committed Jul 5, 2018
1 parent 485d063 commit f93d47e
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/trusty/ llvm-toolchain-trusty main'
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main'
packages:
- clang-5.0
- llvm-5.0
Expand Down

0 comments on commit f93d47e

Please sign in to comment.