mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 21:22:38 +00:00
Force TAP output from Bats on CI
In Travis CI environment, Bats thinks it's outputting to an interactive terminal, so it switches to "pretty" format and ANSI escape codes which don't look well in the final output.
This commit is contained in:
parent
4f2f6f8575
commit
783618b89c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
install: git clone https://github.com/sstephenson/bats.git
|
||||
script: bats/bin/bats test
|
||||
script: bats/bin/bats --tap test
|
||||
# skips unnecessary Ruby-specific setup
|
||||
language: c
|
||||
|
|
Loading…
Reference in a new issue