summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-03 15:36:49 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-03 15:36:49 -0700
commit867051049545b78bfb710b46b6f8da693f606b4b (patch)
treea422d340ea01553ddc7a7d6d58e091a4d1d65c9c /.travis.yml
parent037f223debd0aabfab3e2aad880765764f973d31 (diff)
travis: Enable sudo
This is required to get gpgme tests running.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8e025fc..8e35da21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: True
# Cache pip objects to speed up next build
cache: