update travis.yml

This commit is contained in:
DenioD
2020-06-24 19:47:06 +02:00
parent 221f345f2c
commit 6d456e72d9

View File

@@ -8,8 +8,8 @@ matrix:
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
packages: ['clang-3.7', 'g++-5']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-7']
packages: ['clang-7', 'g++-5']
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"