Skip to content

Commit

Permalink
debugging travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jul 23, 2017
1 parent ae42353 commit f48b33a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f48b33a

Please sign in to comment.