From c453332076604648d54b126e35272e12af319a64 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 29 Dec 2014 22:45:54 +0200 Subject: [PATCH] Use travis' new build workers. They boot up faster and since we don't use sudo we can use them. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5bfdb7a..d7618a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false python: - 2.6 - 2.7