Allocate a pseudo-TTY
This will help color shows up in travis-ci logs.
This commit is contained in:
parent
af6febc598
commit
eb7462061e
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ services:
|
||||||
before_install:
|
before_install:
|
||||||
- docker pull yadm/testbed:latest
|
- docker pull yadm/testbed:latest
|
||||||
script:
|
script:
|
||||||
- docker run --rm -v "$PWD:/yadm:ro" yadm/testbed
|
- docker run -t --rm -v "$PWD:/yadm:ro" yadm/testbed
|
||||||
|
|
Loading…
Reference in a new issue