]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
travis: Disable sudo
authorStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 17:01:38 +0000 (17:01 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Nov 2016 20:59:54 +0000 (20:59 +0000)
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>
.travis.yml

index 618cbe5a166221bc6992f37a6433c6bf3eea138e..25d150e3e3db57b687ec601e730dc1a3f0376129 100644 (file)
@@ -1,5 +1,7 @@
 language: python
 
+sudo: false
+
 python:
   - 2.7
   - 3.4