Skip to content

Commit

Permalink
Allocate a pseudo-TTY
Browse files Browse the repository at this point in the history
This will help color shows up in travis-ci logs.
  • Loading branch information
TheLocehiliosan committed Mar 20, 2019
1 parent af6febc commit eb74620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb74620

Please sign in to comment.