Skip to content

Commit 9949143

Browse files
author
Clement Champetier
committed
Travis: added comments to explain ENABLE_COVERAGE environment variable
1 parent 9914d01 commit 9949143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ matrix:
4444
# This results in a 2×2×2x2 build matrix.
4545
# Where the variables are: os / compiler / DEPENDENCY_NAME / ENABLE_COVERAGE
4646

47+
# If ENABLE_COVERAGE is True, we push the coverage to coveralls.
48+
# If ENABLE_COVERAGE is False, we push the binaries to github releases.
49+
4750
addons:
4851
apt:
4952
sources: ['kalakris-cmake']

0 commit comments

Comments
 (0)