summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 18:46:56 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 18:46:56 -0500
commit51ed0680d46538de26fb69d95da6340fcb061639 (patch)
tree7870b62f5822cbf51a8b2f055a22f39daa2ba08d
parent11e1961295b6a1c58961665f318f1c60f832d6a4 (diff)
downloadzope-i18n-51ed0680d46538de26fb69d95da6340fcb061639.tar.gz
Speed up Travis builds via 'sudo: false'
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 22eb53e..0b56d4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- 2.6
- 2.7