Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
add git config stuff in adfter success, becuase it runs before after …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
Eric Steinborn authored and Eric Steinborn committed Nov 24, 2017
1 parent 10bec2c commit 7b69b61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -8,10 +8,9 @@ before_script:
- git config --global user.name "Travis-CI"
script:
- grunt build
after_script:
after_success:
- git config credential.helper "store --file=.git/credentials"
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
after_success:
- chmod -R 777 .travis-build.sh
- ./.travis-build.sh
env:
Expand Down

0 comments on commit 7b69b61

Please sign in to comment.