forked from ccxt/ccxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,11 @@ script: | |
- npm config set git-tag-version=false | ||
- NPM_VERSION=$(npm version patch) | ||
- npm run build | ||
- npm test | ||
- npm run coveralls | ||
- сd ccxt.wiki | ||
- echo 'skipping test' #npm test | ||
- echo 'skipping coveralls' #npm run coveralls | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Travis CI" | ||
- git commit -a -m "${NPM_VERSION:1}" | ||
- git remote remove origin | ||
- git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.wiki.git | ||
- git push origin HEAD:master | ||
- сd ccxt.wiki && git commit -a -m "${NPM_VERSION:1}" && git remote remove origin && git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.wiki.git && git push origin HEAD:master | ||
- cd .. | ||
- git commit -a -m "${NPM_VERSION:1}" -m "[ci skip]" | ||
- git remote remove origin | ||
|