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

Skip to content

Commit ebc52a5

Browse files
committed
Travis: Added Clang 8
1 parent eacad92 commit ebc52a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
apt:
3232
sources: ['ubuntu-toolchain-r-test']
3333
packages: ['g++-5']
34-
env: SCRIPT=test _CC=gcc-5 _CXX=g++-5 # SANITIZE=undefined
34+
env: SCRIPT=test _CC=gcc-5 _CXX=g++-5 # SANITIZE=undefined
3535
- addons:
3636
apt:
3737
sources: ['ubuntu-toolchain-r-test']
@@ -96,7 +96,12 @@ matrix:
9696
apt:
9797
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-7']
9898
packages: ['clang-7']
99-
env: SCRIPT=test _CC=clang-7 _CXX=clang++-7
99+
env: SCRIPT=test _CC=clang-7 _CXX=clang++-7
100+
- addons:
101+
apt:
102+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-8']
103+
packages: ['clang-8']
104+
env: SCRIPT=test _CC=clang-8 _CXX=clang++-8
100105
- env: SCRIPT=coverage
101106
- os: osx
102107
osx_image: xcode7.3

0 commit comments

Comments
 (0)
0