summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-02-26 11:18:59 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-02-26 11:18:59 +0100
commit7a3094270087f8213e572ebda7a7e5a4d511eb2f (patch)
tree5cea0969b954257804ce33a7a753f76f579a75ed
parent899b5169ebe42d1784040922a4afd8403ee16032 (diff)
downloadATCD-7a3094270087f8213e572ebda7a7e5a4d511eb2f.tar.gz
And fix another coverage check
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0499b5472ea..36b7e7b915c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,4 +58,4 @@ script:
- perl $ACE_ROOT/bin/auto_run_tests.pl -l $TAO_ROOT/bin/travis-ci.lst
after_success:
- - if [ "COVERAGE" == "1" ]; then coveralls --exclude lib --exclude tests --gcov-options '\-lp'; fi
+ - if [ "$COVERAGE" == "1" ]; then coveralls --exclude lib --exclude tests --gcov-options '\-lp'; fi