Adjust travis-ci caching
1. Removes the APT caching, since it's not available on the docker infrastructure. 2. Enables caching for the dependency download directory.
This commit is contained in:
@@ -6,7 +6,10 @@ mono: 3.12.0
|
|||||||
|
|
||||||
# Use the Docker-based infrastructure
|
# Use the Docker-based infrastructure
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: apt
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- thirdparty/download
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user