From 36b5e653536f712cea2c9477c4ec50fd91305a04 Mon Sep 17 00:00:00 2001 From: Julien Chanseaume Date: Mon, 11 Aug 2014 11:43:57 +0200 Subject: [PATCH] Fixed test path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6209e6e3..b544abe07 100755 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_script: - git checkout tags/1.1-beta3 script: - - "DISPLAY=:99.0 ./bin/casperjs test ../test/tests/functionnal/casperjs/exe/front/ --pre=../test/tests/functionnal/casperjs/conf/local.js --verbose --thelia2_base_url='http://localhost:8000/index.php/'" + - "DISPLAY=:99.0 ./bin/casperjs test ../thelia/tests/functionnal/casperjs/exe/front/ --pre=../thelia/tests/functionnal/casperjs/conf/local.js --verbose --thelia2_base_url='http://localhost:8000/index.php/'" matrix: