Allocate a pseudo-TTY

This will help color shows up in travis-ci logs.
pull/167/head
Tim Byrne 5 years ago
parent af6febc598
commit eb7462061e
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -5,4 +5,4 @@ services:
before_install:
- docker pull yadm/testbed:latest
script:
- docker run --rm -v "$PWD:/yadm:ro" yadm/testbed
- docker run -t --rm -v "$PWD:/yadm:ro" yadm/testbed

Loading…
Cancel
Save