From 9122c76370eb3e93d95158e2b4158761978ff7ba Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 27 Sep 2015 21:43:35 -0400 Subject: [PATCH] Update Travis to use modern infrastructure --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 587bd3e03..2fc4b9f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ language: node_js +sudo: false