8000 Added clang 3.9, 4.0, 5.0 and 6.0 to travis · janelia-arduino/ArduinoJson@9ac9b53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ac9b53

Browse files
committed
Added clang 3.9, 4.0, 5.0 and 6.0 to travis
1 parent 011aac4 commit 9ac9b53

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,30 @@ matrix:
7676
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8']
7777
packages: ['clang-3.8']
7878
env: SCRIPT=cmake CLANG=3.8 SANITIZE=undefined
79+
- compiler: clang
80+
addons:
81+
apt:
82+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-3.9']
83+
packages: ['clang-3.9']
84+
env: SCRIPT=cmake CLANG=3.9
85+
- compiler: clang
86+
addons:
87+
apt:
88+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-4.0']
89+
packages: ['clang-4.0']
90+
env: SCRIPT=cmake CLANG=4.0
91+
- compiler: clang
92+
addons:
93+
apt:
94+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-5.0']
95+
packages: ['clang-5.0']
96+
env: SCRIPT=cmake CLANG=5.0
97+
- compiler: clang
98+
addons:
99+
apt:
100+
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-6.0']
101+
packages: ['clang-6.0']
102+
env: SCRIPT=cmake CLANG=6.0
79103
- compiler: gcc
80104
env: SCRIPT=coverage
81105
- os: osx

0 commit comments

Comments
 (0)
0