update travis.yml
This commit is contained in:
@@ -8,8 +8,8 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-7']
|
||||||
packages: ['clang-3.7', 'g++-5']
|
packages: ['clang-7', 'g++-5']
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user