diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 09:43:21 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 09:43:21 -0400 |
commit | 2bf233b5ff80d3559e054b5ed2063970c4a2f8c0 (patch) | |
tree | 701fc540070c627c6e1453615f6cbef15d414dfd /.travis.yml | |
parent | 9e4a5b75ca94badc7905e33875d4e8c3715e5dd5 (diff) | |
download | sos-2bf233b5ff80d3559e054b5ed2063970c4a2f8c0.tar.gz |
Update travis-ci build properties
Utilize their container based build system for faster runs. Update
test version matrix.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index fc0ab95f..540195c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: python python: - 2.7 - - 3.2 - - 3.3 - 3.4 +sudo: false notifications: email: sos-devel@redhat.com |