mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Modified the docker run command
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user