From 8a81c04baffbd608bed005046750dba3f408ea84 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sun, 12 Jul 2015 10:03:45 -0700 Subject: [PATCH] Update .travis.yml http://docs.travis-ci.com/user/migrating-from-legacy/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index acdea89..3aa4e55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ node_js: branches: only: - master +sudo: false