From 5fd9ffdaaa785c3700cfca8efa10c0d5b11fb82b Mon Sep 17 00:00:00 2001 From: Armen Zambrano Gasparnian Date: Thu, 23 Jul 2015 10:25:25 -0400 Subject: [PATCH] Issue 301 - Switch to new TravisCI infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By switching to the new insfrastructure we get: * more isolation (thanks to containers) * faster builds * CPU resources are guaranteed * caching available caveat: As you can’t use sudo on the new container-based infrastructure, you need to use the addons.apt.packages and addons.apt.sources plugins to install packages and package sources [1] http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5dac960..50e0c1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo: false + language: python python: