Skip to content

Commit

Permalink
Run format-check.sh after build script
Browse files Browse the repository at this point in the history
  • Loading branch information
whoshuu committed Sep 25, 2015
1 parent e66bc4b commit 365b13e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -50,3 +50,6 @@ script:

after_success:
- if [ "$GENERATE_COVERAGE" == "ON" ]; then coveralls -i 'cpr' -i 'include' -e '../include/cpr.h' --root '../' --verbose --gcov-options '\-lp' --gcov 'gcov-4.9'; fi

after_script:
- cd .. && ./format-check.sh

0 comments on commit 365b13e

Please sign in to comment.