1
0
Fork 0
docsearch/scripts/travis-after-script
Pixelastic bfa06b26c3 docs(readme): Add badges
This adds badges to the readme, including the coverage one (through
coveralls).
2015-12-23 10:47:17 +01:00

5 lines
164 B
Bash
Executable file

#!/usr/bin/env bash
# Will push coverage info to coveralls. Should be ran from Travis, in the
# `after_script` section
$(npm bin)/coveralls < ./coverage/lcov.info