Skip to content

Commit

Permalink
trying to fix coveralls and gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
apowers313 committed Dec 12, 2016
1 parent 98136d8 commit da6a3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- npm run docs
- git config --global user.name "Adam Powers"
- git config --global user.email "apowers@ato.ms"
- npm run publish
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./jsdoc-conf.json",
"publish": "cat ./coverage/lcov.info | coveralls && gh-pages --repo https://$GH_TOKEN@github.com/apowers313/js-fuzzing.git --dist docs"
"publish": "istanbul-coveralls && gh-pages --dist docs"
},
"keywords": [
"fuzz",
Expand All @@ -21,10 +21,10 @@
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "^3.4.3",
"mocha": "^2.5.3",
"mockery": "^2.0.0",
Expand Down

0 comments on commit da6a3e0

Please sign in to comment.