Skip to content

Commit 74511aa

Browse files
add verbose output to deploy2.sh
1 parent 0bec7ec commit 74511aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ before_deploy:
6161
#- git pull origin https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
6262
#- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
6363
#- ls -aR
64-
- travis-ci/deploy2.sh
64+
- sh -x travis-ci/deploy2.sh
6565
deploy:
6666
provider: releases
6767
api_key:

0 commit comments

Comments
 (0)