Set the hostname of the docker image to pandorafms (needed by some
tests).
This commit is contained in:
parent
bce9f02957
commit
cb2a04995a
|
@ -4,4 +4,4 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
script:
|
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
|
||||||
|
|
Loading…
Reference in New Issue