Skip to content

Commit

Permalink
ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbo Zhang committed May 9, 2016
1 parent bb5cf96 commit 93c0b65
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
Empty file removed .npmignore
Empty file.
File renamed without changes.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ env:
node_js:
- "4.0"

# before_script: bash -ex .travis-ci-before-script.sh

script: npm run coveralls

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"coverage":
"`npm bin`/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './lib/js/test/*test.js' -R spec",
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
"postinstall" : "./.travis-ci-before-script.sh"
"postinstall" : "./.travis-ci.sh"

},

Expand Down

0 comments on commit 93c0b65

Please sign in to comment.