[PATCH 4/4] travis: Disable sudo
Stephen Finucane
stephen at that.guru
Tue Nov 1 04:16:02 AEDT 2016
We don't need it, and disabling it can make builds faster. Disable it.
Signed-off-by: Stephen Finucane <stephen at that.guru>
Cc: Daniel Axtens <dja at axtens.net>
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
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
--
2.7.4
More information about the Patchwork
mailing list