Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
#1204: changed gulp deploy to run with sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohiuddin, Saad committed Nov 7, 2017
1 parent 6cfd52e commit d247b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
after_success:
- git config --global user.name "Travis CI Test"
- git config --global user.email "[email protected]"
- gulp deploy
- sudo gulp deploy
# Kill the ssh-agent -> temporary fix for hanging builds
- ssh-agent -k

Expand Down

0 comments on commit d247b25

Please sign in to comment.