Modified the docker run command

This commit is contained in:
axl89 2016-05-24 14:53:03 +02:00
parent 74eaa802c9
commit 1c6d71518a

@ -20,7 +20,7 @@ before_install:
- sudo apt-get install xvfb
install:
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- docker run -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- pip install selenium PyVirtualDisplay sauceclient
#before_script: