Ensure jrnl output always appears in Travis console when running behave

This commit is contained in:
Micah Jerome Ellison 2020-05-24 13:41:36 -07:00
parent d5d50c23c6
commit d809c357e3

View file

@ -20,7 +20,7 @@ install:
- poetry run python --version - poetry run python --version
script: script:
- poetry run behave - poetry run behave --no-capture
aliases: aliases:
test_mac: &test_mac test_mac: &test_mac