Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Jan 12, 2016
1 parent 2c76ab8 commit 42e6e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
- php run-tests.php -d extension=mustache.so -d extension_dir=modules -n ./tests/*.phpt
- for i in `ls tests/*.out 2>/dev/null`; do echo "-- START ${i}"; cat $i; echo "-- END"; done
- lcov --no-checksum --directory . --capture --compat-libtool --output-file coverage.info
- lcov --remove coverage.info "/usr*" --remove coverage.info --remove "/home/travis/libmustache*" --compat-libtool --output-file coverage.info
- lcov --remove coverage.info "/usr*" --remove coverage.info "/home/travis/libmustache*" --compat-libtool --output-file coverage.info

after_success:
- coveralls-lcov coverage.info
Expand Down

0 comments on commit 42e6e83

Please sign in to comment.