We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed98c6 commit 8aebee2Copy full SHA for 8aebee2
.travis.yml
@@ -29,6 +29,7 @@ script:
29
after_success:
30
- |
31
if [[ $TRAVIS_SECURE_ENV_VARS == 'true' ]]; then
32
+ git remote set-url origin https://cerebraljs:${GH_TOKEN}@github.com/cerebral/overmind;
33
git config --global user.email "[email protected]";
34
git config --global user.name "Cerebral JS";
35
fi
0 commit comments