Update .travis.yml

Fixed script directory
This commit is contained in:
Axel 2016-05-24 10:36:49 +02:00
parent 88e810bf97
commit 5cecc6f9d1

View File

@ -11,5 +11,5 @@ 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
script: script:
- python $TRAVIS_BUILD_DIR/tmp/pandorafms/tests/run_console_tests.py - python $TRAVIS_BUILD_DIR/tests/run_console_tests.py