mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-18 06:31:15 +00:00
travis: Disable cache; broken build
This commit is contained in:
parent
4a7ca6168f
commit
0aa832a48c
13
.travis.yml
13
.travis.yml
@ -21,12 +21,12 @@ addons:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
cache:
|
#cache:
|
||||||
directories:
|
# directories:
|
||||||
build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04/
|
# build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04/
|
||||||
build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
|
# build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
|
||||||
build/clang+llvm-4.0.0-x86_64-apple-darwin/
|
# build/clang+llvm-4.0.0-x86_64-apple-darwin/
|
||||||
build/clang+llvm-4.0.0-x86_64-apple-darwin.tar.xz
|
# build/clang+llvm-4.0.0-x86_64-apple-darwin.tar.xz
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
@ -192,4 +192,3 @@ script:
|
|||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user