summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-18 11:51:16 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-18 11:51:16 -0500
commite0389cf9d6204288aaadada526b2c2df91dd1732 (patch)
tree96760ac5a85e92a1ada091047608b6e0cea43727
parent3b9fbccb9177e79d7ba0d4d560c330fa01ca37eb (diff)
downloadzope-event-e0389cf9d6204288aaadada526b2c2df91dd1732.tar.gz
Speed up Travis start via 'sudo: false'.
See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a7a9fd9..0bb0ce3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
python:
- 2.6
- 2.7