From e88420c525b9ac1ae983bb75a5adbdabf628f679 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 25 Sep 2015 02:54:41 -0400 Subject: [PATCH] chore(travis) switch to new build infrastracture --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae6467fb..690509a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,5 @@ notifications: email: on_success: never on_failure: change + +sudo: false