Maybe coverage working?

This commit is contained in:
Tycho
2014-05-10 05:03:36 -07:00
parent ec407dd27d
commit 77395b3739
9 changed files with 409 additions and 33 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"] then
coveralls --exclude lib --exclude tests
fi