Skip to content

Commit bca964e

Browse files
committed
Travis CI: Pass branch option to coveralls-lcov
1 parent e845269 commit bca964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ after_success:
628628
lcov --capture --directory src --directory tests --output-file coverage.info &&
629629
lcov --remove coverage.info 'tests/*' --output-file coverage.info &&
630630
lcov --list coverage.info &&
631-
coveralls-lcov --repo-token=${COVERALLS_REPO_TOKEN} coverage.info;
631+
coveralls-lcov --repo-token=${COVERALLS_REPO_TOKEN} --branch=${TRAVIS_BRANCH} coverage.info;
632632
fi
633633

634634
deploy:

0 commit comments

Comments
 (0)