From fe4fff4dc80ad4745606cd23bcaa7ea0e953f1b6 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Sat, 11 Apr 2015 16:07:30 +0200 Subject: [PATCH] Run script/cibuild with sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2372e62b4..4ecf6125a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: sh -e /etc/init.d/xvfb start; fi -script: script/cibuild +script: sudo script/cibuild notifications: email: