diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2015-09-26 15:18:47 +1000 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2015-09-26 15:18:47 +1000 |
commit | da093e73bbce721748b5f7e1cfa129bd7cb1a91c (patch) | |
tree | cded09d76224783be0abd298fb870f8ca669587a | |
parent | 7cea748d0fb2e8980c2676304607426585550b41 (diff) | |
download | pip-try-containers.tar.gz |
Use containerized builds on travistry-containers
And remove extraneous newlines
See http://docs.travis-ci.com/user/migrating-from-legacy/
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d71b14cc1..063b002a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python +sudo: false matrix: include: @@ -32,13 +33,10 @@ matrix: - env: TOXENV=py3pep8 - env: TOXENV=packaging - install: .travis/install.sh - script: .travis/run.sh - notifications: irc: channels: |