Skip to content

Commit fd25370

Browse files
authored
Fix clang-5 and clang-6 build on travis
Fixes #23
2 parents f663928 + ed88fa3 commit fd25370

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ matrix:
1818
- sourceline: deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main
1919
key_url: https://%{app_host}/files/gpg/llvm-toolchain-trusty.asc
2020
- ubuntu-toolchain-r-test
21-
- kalakris-cmake
2221
- env: CXX=clang++-6.0 CC=clang-6.0
2322
addons:
2423
apt:
@@ -27,9 +26,7 @@ matrix:
2726
- g++-7 # For the standard library
2827
- cmake
2928
sources: &sources
30-
- llvm-toolchain-trusty-6.0
3129
- ubuntu-toolchain-r-test
32-
- kalakris-cmake
3330
- env: CXX=clang++-5.0 CC=clang-5.0
3431
addons:
3532
apt:
@@ -38,9 +35,7 @@ matrix:
3835
- g++-7 # For the standard library
3936
- cmake
4037
sources: &sources
41-
- llvm-toolchain-trusty-5.0
4238
- ubuntu-toolchain-r-test
43-
- kalakris-cmake
4439
- env: CXX=g++-8 CC=gcc-8
4540
addons:
4641
apt:
@@ -49,7 +44,6 @@ matrix:
4944
- cmake
5045
sources: &sources
5146
- ubuntu-toolchain-r-test
52-
- kalakris-cmake
5347
- env: CXX=g++-7 CC=gcc-7
5448
addons:
5549
apt:
@@ -58,7 +52,6 @@ matrix:
5852
- cmake
5953
sources: &sources
6054
- ubuntu-toolchain-r-test
61-
- kalakris-cmake
6255

6356
script:
6457
- cd cpp11training

0 commit comments

Comments
 (0)