Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
fdambrine committed Jul 11, 2017
1 parent acf6838 commit c11b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ after_success:
if [[ "$TEST_APP" == *"front"* ]] && [[ "$TRAVIS_PULL_REQUEST" == false ]] && [[ ! -z "$TRAVIS_TAG" ]] && [[ ! "$TRAVIS_TAG" == *"-build" ]]
then
# Adding GitHub OAuth token to login
echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" > $HOME/.netrc
echo "machine github.com login $CI_USER_TOKEN password x-oauth-basic" > $HOME/.netrc
git config --global url."https://".insteadOf git://
git config --global user.name "Build bot"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c11b9cc

Please sign in to comment.