From 5cecc6f9d1541bb49cd2bcfd91d100569434075c Mon Sep 17 00:00:00 2001 From: Axel Date: Tue, 24 May 2016 10:36:49 +0200 Subject: [PATCH] Update .travis.yml Fixed script directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50e8105cba..d9679d643b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 $TRAVIS_BUILD_DIR/tmp/pandorafms/tests/run_console_tests.py + - python $TRAVIS_BUILD_DIR/tests/run_console_tests.py