From 4a725c2daf0669eeeee9279e3f74998d7a71777d Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 20 Feb 2016 17:24:30 -0500 Subject: [PATCH] Remove now default 'sudo: false' `sudo: false` is now default on Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 439617a..b24cbe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: rust -sudo: false + notifications: webhooks: http://build.servo.org:54856/travis