mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 13:48:04 +00:00
travis: Disable cache; broken build
This commit is contained in:
parent
4a7ca6168f
commit
0aa832a48c
15
.travis.yml
15
.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
|
||||||
@ -189,7 +189,6 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- ./waf configure
|
- ./waf configure
|
||||||
- ./waf build
|
- ./waf build
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user