Skip to content

Commit a529093

Browse files
deploy tests
1 parent 92e240a commit a529093

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ before_deploy:
4444
- git config --global push.default simple
4545
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
4646
- sudo $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
47-
- git commit -am "Travis Test Passed"
47+
#- git commit -am "Travis Test Passed"
48+
= git add .
4849
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
4950
- git push origin master && git push origin master --tags
50-
#- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
51+
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
5152
#- ls -aR
5253
deploy:
5354
provider: releases

0 commit comments

Comments
 (0)