Skip to content

Commit

Permalink
test: PR时依然开启代码覆盖率测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hefangshi committed Jan 8, 2016
1 parent 7bed19c commit ddd289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sh ./release-doc.sh || true'
- 'npm run-script test-travis'
after_script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm install [email protected] && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true'
- 'npm install [email protected] && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
cache:
directories:
- node_modules
Expand Down

0 comments on commit ddd289b

Please sign in to comment.