From 960e1f473f6d8618fe68d0946101ba01561da018 Mon Sep 17 00:00:00 2001 From: Hamilton Turner Date: Sat, 30 Jan 2016 13:32:36 -0500 Subject: [PATCH] Make travis builds faster Headphones does not require a full virtual machine, it can run using Travis-CI's container infrastructure which has higher limits and is faster --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9de515c8..04c9228b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # http://about.travis-ci.org/docs/ language: python +sudo: false # Available Python versions: # http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images