summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 17:01:38 +0000
committerStephen Finucane <stephen@that.guru>2016-11-01 20:59:54 +0000
commitc3137fe212d0eeaaf99a331d8d05cfac37896d38 (patch)
tree8e153707740b0bb2f0df2992c988d82dc8d1bccc /.travis.yml
parent72099f7140ca34f3a40ff9ba515484e9ac918e11 (diff)
downloadpatchwork-c3137fe212d0eeaaf99a331d8d05cfac37896d38.tar
patchwork-c3137fe212d0eeaaf99a331d8d05cfac37896d38.tar.gz
travis: Disable sudo
We don't need it, and disabling it can make builds faster. Disable it. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 618cbe5..25d150e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: python
+sudo: false
+
python:
- 2.7
- 3.4