Set the hostname of the docker image to pandorafms (needed by some

tests).
This commit is contained in:
Ramon Novoa 2016-09-21 13:49:43 +02:00
parent bce9f02957
commit cb2a04995a
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ services:
- docker
script:
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- docker run --rm -h pandorafms -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh