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:
Oliver Brakmann
2015-05-03 12:09:10 +02:00
parent 71857be388
commit 0c1b825877

View File

@@ -6,7 +6,10 @@ mono: 3.12.0
# Use the Docker-based infrastructure
sudo: false
cache: apt
cache:
directories:
- thirdparty/download
# Environment variables
env: