Skip to content

Commit

Permalink
trying to fix wiki build
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jul 23, 2017
1 parent f48b33a commit cc99519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ script:
- echo 'skipping coveralls' #npm run coveralls
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- с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
- git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git
- git push origin HEAD:master
- npm run build-wiki
deploy:
- provider: npm
email: [email protected]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"build": "npm run export-markets && npm run mdrst && npm run transpile && npm run vss && npm run babel",
"build-wiki": "cd 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",
"test": "nyc --reporter=html --reporter=text node test",
"fasttest": "node test --es6",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit cc99519

Please sign in to comment.