Allocate a pseudo-TTY when running docker (for the Tentacle Server).

This commit is contained in:
Ramon Novoa 2016-05-20 12:09:45 +02:00
parent 449b976333
commit fda5ccbcda

View File

@ -4,4 +4,4 @@ services:
- docker - docker
script: 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