From 2bf233b5ff80d3559e054b5ed2063970c4a2f8c0 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Tue, 29 Sep 2015 09:43:21 -0400 Subject: Update travis-ci build properties Utilize their container based build system for faster runs. Update test version matrix. Signed-off-by: Adam Stokes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit