diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 15:12:29 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 15:12:29 -0800 |
commit | b3ed2d5b7eef96a349809517e2d782fca3906e94 (patch) | |
tree | cb5b348cc78e38a3b138cf16d18d0cf4a1639e75 /.travis.yml | |
parent | 25182389e6c16bf5b89540b3d3bd89ba4fb733f8 (diff) |
Try using new Travis container-based workers
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e17bdafd..64f64e60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false python: - "2.6" - "2.7" |