8000 Travis: Added Clang 7 · joglosemarduino/ArduinoJson@eacad92 · GitHub
[go: up one dir, main page]

Skip to content

Commit eacad92

Browse files
committed
Travis: Added Clang 7
1 parent d910996 commit eacad92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ matrix:
9292
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-6.0']
9393
packages: ['clang-6.0']
9494
env: SCRIPT=test _CC=clang-6.0 _CXX=clang++-6.0
95+
- addons:
96+
apt:
97+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-7']
98+
packages: ['clang-7']
99+
env: SCRIPT=test _CC=clang-7 _CXX=clang++-7
95100
- env: SCRIPT=coverage
96101
- os: osx
97102
osx_image: xcode7.3

0 commit comments

Comments
 (0)
0