try to fix incorrectly formatted yaml

This commit is contained in:
Thomas Fussell 2017-03-21 20:28:10 -04:00
parent 470a571755
commit 2fca439ca6

View File

@ -36,6 +36,6 @@ script:
- cmake --build build
- ./build/tests/xlnt.test
after_success:
after_success:
- lcov --compat-libtool --directory build --capture --output-file coverage.info
- coveralls-lcov coverage.info