Update .travis.yml

Missed $TRAVIS_BUILD_DIR in the previous commit. Adding it.
This commit is contained in:
Axel 2016-05-24 10:33:33 +02:00
parent f3780941a1
commit 88e810bf97

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