From 913b827c246370cf717a30a9cfd8f00352abba95 Mon Sep 17 00:00:00 2001 From: Paul Friederichsen Date: Tue, 29 Sep 2015 09:07:55 -0500 Subject: [PATCH] Enable container-based infrastructure on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1b67062..9b2cc0a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ node_js: before_script: - mkdir ~/.shout - cp defaults/config.js ~/.shout +sudo: false