Skip to content

Commit 93c0b65

Browse files
author
Hongbo Zhang
committed
ready for publish
1 parent bb5cf96 commit 93c0b65

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

.npmignore

Whitespace-only changes.
File renamed without changes.

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ env:
44
node_js:
55
- "4.0"
66

7-
# before_script: bash -ex .travis-ci-before-script.sh
8-
97
script: npm run coveralls
108

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"coverage":
2222
"`npm bin`/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './lib/js/test/*test.js' -R spec",
2323
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
24-
"postinstall" : "./.travis-ci-before-script.sh"
24+
"postinstall" : "./.travis-ci.sh"
2525

2626
},
2727

0 commit comments

Comments
 (0)