Skip to content

Commit a0dc38f

Browse files
committed
Removed old ppa for clang 5 and up
1 parent b360c6e commit a0dc38f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ matrix:
3636
addons: { apt: { packages: ["clang-4.0"], sources: ["llvm-toolchain-trusty-4.0", "ubuntu-toolchain-r-test"] } }
3737

3838
- os: linux
39-
dist: trusty
4039
env:
4140
- LLVM_VERSION=5.0.0
4241
- ENABLE_CXX17=true
43-
addons: { apt: { packages: ["clang-5.0"], sources: ["llvm-toolchain-trusty-5.0", "ubuntu-toolchain-r-test"] } }
42+
addons: { apt: { packages: ["clang-5.0"], sources: ["ubuntu-toolchain-r-test"] } }
4443

4544
- os: linux
4645
env:

0 commit comments

Comments
 (0)