1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Allocate a pseudo-TTY

This will help color shows up in travis-ci logs.
This commit is contained in:
Tim Byrne
2019-03-19 19:34:17 -05:00
parent af6febc598
commit eb7462061e

View File

@@ -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