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

Commit

Permalink
Revert "#1204: changed gulp deploy to run with sudo."
Browse files Browse the repository at this point in the history
This reverts commit d247b25.
  • Loading branch information
Mohiuddin, Saad committed Nov 7, 2017
1 parent 094f938 commit cdd739f
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]"
- sudo gulp deploy
- gulp deploy
# Kill the ssh-agent -> temporary fix for hanging builds
- ssh-agent -k

Expand Down

0 comments on commit cdd739f

Please sign in to comment.