summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 18:46:47 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 18:46:47 -0500
commitdd360efb446c5fb6ad5ba5e41b92e80d4f959852 (patch)
treec0d00a90cc9703a5e953c093aaf8babef2959ad1
parent3cd56d63f20eb514f50e073e14225d78df169b5f (diff)
downloadzope-contenttype-dd360efb446c5fb6ad5ba5e41b92e80d4f959852.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 0adad65..210c1e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- 2.6
- 2.7