From fda5ccbcdadaef7d63d9e9e8097762ae7aa235b7 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 20 May 2016 12:09:45 +0200 Subject: [PATCH] Allocate a pseudo-TTY when running docker (for the Tentacle Server). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c7bf52d8c..7d8bae0b5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ services: - docker script: - - docker run --rm -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh + - docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh