Fix typo in .travis.yml

This commit is contained in:
Jisu Kim 2017-03-14 13:47:48 +09:00 committed by GitHub
parent 4e39b23e45
commit 74bf317af5

View File

@ -36,4 +36,4 @@ script: make && ctest
after_success: after_success:
- cd .. - 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