From d247b25a4a67f1f5590c0ccfac73239c23b173e0 Mon Sep 17 00:00:00 2001 From: "Mohiuddin, Saad" Date: Tue, 7 Nov 2017 08:47:26 -0600 Subject: [PATCH] #1204: changed gulp deploy to run with sudo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae209f418..cb4e95ecf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: after_success: - git config --global user.name "Travis CI Test" - git config --global user.email "test@test.com" -- gulp deploy +- sudo gulp deploy # Kill the ssh-agent -> temporary fix for hanging builds - ssh-agent -k