r3/.travis-ci/after_success.sh

6 lines
94 B
Bash
Raw Normal View History

2018-07-05 11:27:09 -04:00
#!/bin/sh
if [ x$COVERALLS == xyes ]; then
coveralls --exclude php --exclude 3rdparty
fi