Skip to content

Commit 037ff31

Browse files
git remote checks
1 parent faac295 commit 037ff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/changefile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo git remote -v
1212
echo "Second check of remote"
1313
sudo git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
1414
sudo git remote -v
15-
echo "Third Check of Remote"
15+
echo "Third Check of Remote After Adding it"
1616
sudo git config --global user.email "${GIT_EMAIL}"
1717
sudo git config --global user.name "${GIT_NAME}"
1818
sudo git config --global push.default simple

0 commit comments

Comments
 (0)