Skip to content

Commit 205950d

Browse files
committed
Fix travis
1 parent 7e0932c commit 205950d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ matrix:
4545
# Linux clang++6
4646
- os: linux
4747
compiler: clang++
48+
dist: xenial
4849
addons:
4950
apt:
50-
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0']
51+
sources: ['ubuntu-toolchain-r-test']
5152
packages: ['clang-6.0', 'g++-7']
5253
env:
5354
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"

0 commit comments

Comments
 (0)