r3/.travis-ci/after_success.sh
2018-07-05 11:31:27 -05:00

6 lines
94 B
Bash
Executable file

#!/bin/sh
if [ x$COVERALLS == xyes ]; then
coveralls --exclude php --exclude 3rdparty
fi