Skip to content

Commit 389371c

Browse files
remove ls -aR from deploy
1 parent 03bc59d commit 389371c

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
@@ -42,7 +42,7 @@ before_deploy:
4242
- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
4343
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
4444
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
45-
- ls -aR
45+
#- ls -aR
4646
deploy:
4747
provider: releases
4848
api_key:

0 commit comments

Comments
 (0)