Removed Docker debug traces

This commit is contained in:
axl89 2016-05-24 15:28:24 +02:00
parent 88023e6a8d
commit bd705a961e
1 changed files with 0 additions and 3 deletions

View File

@ -28,8 +28,5 @@ install:
# - sleep 4 # give xvfb some time to start
script:
- docker ps -a
- docker run -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- docker ps -a
- python $TRAVIS_BUILD_DIR/tests/console/PAN1.py
- docker ps -a