summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-04 09:25:02 +0100
committerGitHub <noreply@github.com>2017-08-04 09:25:02 +0100
commit6fb97937fd42af575ad2901de362ed9647b8e9ac (patch)
treef7249f90072a106eb7f9747d29c42e5862053f8a /.travis.yml
parent827c9c0b78840048904883611a0c99bfa77b1725 (diff)
parentc7cc03fe39d43dc15b6366e1708561cfddd7a90d (diff)
Merge pull request #1101 from dcbaker/submit/fix-abook-tests
Fix tests failing on other repos other than pazz's
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e8e025fc..02428227 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: python
+sudo: True
# Cache pip objects to speed up next build
cache:
pip: True
- directories:
- - $HOME/.ccache
+ ccache: True
# We need a newer version of zlib to build notmuch from source as is available