From cb3c845bea332ea6d4173ac155d2bc2ce83f2313 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Tue, 28 Jul 2015 18:07:25 +0200 Subject: [PATCH] travis: Use docker infrastructure See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ for related documentation. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c965dad..a876247c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ install: - pip install pytest - pip install --editable . +# Use travis docker infrastructure for greater speed +sudo: false + script: make test notifications: -- 2.47.2