Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit e615541

Browse files
author
Steve Peak
authored
Merge pull request #84 from ryanhiebert/patch-1
Auto-include TRAVIS_*_VERSION
2 parents 7386c3c + 0978945 commit e615541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def main(*argv, **kwargs):
304304

305305
_add_env_if_not_empty(include_env, 'TRAVIS_OS_NAME')
306306
if language:
307-
_add_env_if_not_empty(include_env, 'TRAVIS_%s_NAME' % language.upper())
307+
_add_env_if_not_empty(include_env, 'TRAVIS_%s_VERSION' % language.upper())
308308

309309
# --------
310310
# Codeship

0 commit comments

Comments
 (0)