Skip to content

Commit 76b8d93

Browse files
Merge pull request cerebral#85 from abalmos/patch-1
Fix Travis git push
2 parents fed98c6 + 8aebee2 commit 76b8d93

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
@@ -29,6 +29,7 @@ script:
2929
after_success:
3030
- |
3131
if [[ $TRAVIS_SECURE_ENV_VARS == 'true' ]]; then
32+
git remote set-url origin https://cerebraljs:${GH_TOKEN}@github.com/cerebral/overmind;
3233
git config --global user.email "[email protected]";
3334
git config --global user.name "Cerebral JS";
3435
fi

0 commit comments

Comments
 (0)