Skip to content

Commit

Permalink
remove travis reference in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Feb 19, 2024
1 parent 9d08ee8 commit f866f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/euchre/util/log_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def logger_init() -> None:
"""Configure loguru logger."""
logger.remove() # remove stdout/stderr logging since this is a CLI

is_ci = "CI" in os.environ # running in travis ci
is_ci = "CI" in os.environ # running in ci
usrname = getpass.getuser()

if platform.system() == "Linux" and not is_ci:
Expand Down

0 comments on commit f866f7c

Please sign in to comment.