summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 18:46:39 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 18:46:39 -0500
commit351b26e1fefd68f62683c4250eff99bbe90a5c57 (patch)
treee75f5d3933bfda54f5ca05fa26d9f15ddad22805
parent70db5feda2b12f8130621649cf942d5b8ca792f8 (diff)
downloadzope-browser-351b26e1fefd68f62683c4250eff99bbe90a5c57.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