From 5e381c689d6147648738154d2280f32087329c43 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 6 Mar 2016 13:49:29 -0800 Subject: [PATCH] Travis-CI: use "container-based infrastructure" https://docs.travis-ci.com/user/migrating-from-legacy/ --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57c0a52..ad226e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +sudo: false +cache: pip python: - 3.2 - 3.3