Skip to content

Commit

Permalink
added force pushing of built files to travis push script
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Aug 15, 2017
1 parent 24d4cab commit bdfcd3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ git config --global user.name "Travis CI"
git commit -a -m "${COMMIT_MESSAGE}" -m "[ci skip]"
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git
git add --force build/ccxt.es5.js
git add --force build/ccxt.php
git add --force ccxt/__init__.py
git push origin HEAD:master

0 comments on commit bdfcd3e

Please sign in to comment.