We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f39167 commit 4d97b2cCopy full SHA for 4d97b2c
.travis.yml
@@ -13,6 +13,10 @@ matrix:
13
env: CXX=g++-4.7
14
15
- compiler: gcc
16
+ addons:
17
+ apt:
18
+ sources: ['ubuntu-toolchain-r-test']
19
+ packages: ['g++-4.8']
20
env:
21
- CXX=g++-4.8
22
@@ -211,11 +215,11 @@ matrix:
211
215
- compiler: clang
212
216
addons:
213
217
apt:
214
- sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-7']
- packages: ['clang-7', 'clang-tidy-7']
218
+ sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-8']
219
+ packages: ['clang-8', 'clang-tidy-8']
220
- - CXX=clang++-7
- - CLANG_TIDY=clang-tidy-7
221
+ - CXX=clang++-8
222
+ - CLANG_TIDY=clang-tidy-8
223
script:
224
- make -kj3 clang-tidy
225
0 commit comments