Skip to content

Commit ff40a24

Browse files
show git remotes
1 parent 0b5528e commit ff40a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ script:
3636
- STATUSCODE=$(curl -I http://localhost:9000/index.php -e http://zx6.ru &> /dev/stderr --write-out "%{http_code}") | if test $STATUSCODE 52; then exit 0; fi
3737

3838
before_deploy:
39+
- git remote -v
3940
- git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
4041
- git config --global user.email "builds@travis-ci.com"
4142
- git config --global user.name "Travis CI"

0 commit comments

Comments
 (0)