mirror of
https://github.com/pyenv/pyenv.git
synced 2025-02-16 19:11:33 +00:00
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.
4 lines
144 B
YAML
4 lines
144 B
YAML
install: git clone https://github.com/sstephenson/bats.git
|
|
script: bats/bin/bats --tap test
|
|
# skips unnecessary Ruby-specific setup
|
|
language: c
|