mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Update .travis.yml
Added xvfb as a dependency to run the console CI tests
This commit is contained in:
parent
3eea16faf3
commit
4eb6c730ac
@ -7,6 +7,9 @@ python:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install xvfb
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
||||||
- pip install selenium PyVirtualDisplay
|
- pip install selenium PyVirtualDisplay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user