5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ x$COVERALLS == xyes ]; then
|
|
coveralls --exclude php --exclude 3rdparty
|
|
fi
|