From e98ef2f78433cfcf33d4f8941ad49310f9092b87 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Sun, 2 Aug 2015 10:51:02 -0400 Subject: [PATCH] Disable sudo in .travis.yml This enables container based builds on Travis which should speed up automated testing. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8bf64153..8e3b02e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +sudo: false before_script: - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres env: