We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0932c commit 205950dCopy full SHA for 205950d
1 file changed
.travis.yml
@@ -45,9 +45,10 @@ matrix:
45
# Linux clang++6
46
- os: linux
47
compiler: clang++
48
+ dist: xenial
49
addons:
50
apt:
- sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0']
51
+ sources: ['ubuntu-toolchain-r-test']
52
packages: ['clang-6.0', 'g++-7']
53
env:
54
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
0 commit comments