aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-17 13:25:20 +0900
committerGitHub <noreply@github.com>2017-09-17 13:25:20 +0900
commit16064ec9ba04266655e3474b687f2d53472fcc4c (patch)
tree7997b2819567a85114f9cc4efad85a062b741fe5
parent69a17f066be71d590f1247ed5c70c2b67eff3b2d (diff)
parent74bf317af548632b8650011a3238aa6960372863 (diff)
downloadcrow-16064ec9ba04266655e3474b687f2d53472fcc4c.tar.gz
crow-16064ec9ba04266655e3474b687f2d53472fcc4c.zip
Merge pull request #223 from vbalien/patch-1
Fix typo in .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cec0186..45b2986 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,4 +36,4 @@ script: make && ctest
after_success:
- cd ..
- - if [ "PUSH_COVERAGE" == "ON" ]; then coveralls --gcov gcov-4.8 -i include --gcov-options '\-lp'; fi
+ - if [ "$PUSH_COVERAGE" == "ON" ]; then coveralls --gcov gcov-4.8 -i include --gcov-options '\-lp'; fi