summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 18:47:05 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 18:47:05 -0500
commit7b3885b75bb03b2c2f203970693db327d86d2a4a (patch)
tree3633696eefc9f870dd91d5136c9bc9221a472aed
parentbdb31d6c26b04afe85bc560916247ae3a469f327 (diff)
downloadzope-pagetemplate-7b3885b75bb03b2c2f203970693db327d86d2a4a.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 897ae4a..11150b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- 2.6
- 2.7