Skip to content

Commit

Permalink
build: Actually use config=coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Aug 25, 2015
1 parent 440116a commit ff85f21
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 @@ -7,5 +7,5 @@ env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
script: make test defines=$DEFINES -j2
script: make test defines=$DEFINES config=coverage -j2
after_success: bash <(curl -s https://codecov.io/bash)

0 comments on commit ff85f21

Please sign in to comment.