From fe1ac11956410edddd7c7c424be728ac36606879 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 30 Nov 2014 12:53:54 +0100 Subject: [PATCH] Use the new build env on Travis faster vms with more ram and cpu, much improved boot times --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 07124e8178c..73bca138115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python python: - "2.7" +sudo: false + install: - "pip install -q -r requirements.txt --use-mirrors"