mirror of https://github.com/zulip/zulip.git
Disable apt caching in Travis CI configuration.
Apparently it isn't supposed to work reliably with the container-based infrastructure that we're using and empirically it's causing build failures. Thanks to @mijime for tracking this down.
This commit is contained in:
parent
f6311478e6
commit
6569018de7
|
@ -1,7 +1,8 @@
|
|||
install:
|
||||
- pip install pbs
|
||||
- python provision.py --travis
|
||||
cache: apt
|
||||
cache:
|
||||
- apt: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
Loading…
Reference in New Issue