Release 1.2.0

This commit is contained in:
fengmk2
2015-08-31 01:29:02 +08:00
parent b75534b460
commit 98f9ebcfd4
5 changed files with 24 additions and 18 deletions

View File

@@ -4,5 +4,7 @@ node_js:
- 'iojs-1'
- '0.12'
- '0.11'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
script:
- 'npm run test-cov'
after_script:
- 'npm i codecov.io && cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js'