Skip to content

Commit

Permalink
vss
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 20, 2017
1 parent 4723a52 commit 9ad6cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
build/*
ccxt/exchanges.py
ccxt/async/exchanges.py
ccxt/version.py

node_modules/
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git config --global user.name "Travis CI"
git add --force build/ccxt.es5.js
git add --force build/ccxt.browser.js
git add --force build/ccxt.php
# git add --force ccxt/__init__.py
git add --force ccxt/version.py
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
Expand Down

0 comments on commit 9ad6cdd

Please sign in to comment.