Skip to content

Commit

Permalink
trying to fix pandoc wrap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jul 23, 2017
1 parent 1debe6e commit 1307603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
before_install:
- set -e
- sudo apt-get update -qq
- sudo apt-get upgrade
- sudo apt-get install pandoc
script:
- npm config set git-tag-version=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fasttest": "node test --es6",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"export-markets": "node export-markets",
"mdrst": "pandoc --columns=10000 --from=markdown --to=rst --output=README.rst README.md",
"mdrst": "pandoc --no-wrap --columns=10000 --from=markdown --to=rst --output=README.rst README.md",
"transpile": "node transpile",
"vss": "node vss",
"babel": "babel ccxt.js --source-maps inline --out-file ccxt.es5.js"
Expand Down

0 comments on commit 1307603

Please sign in to comment.