From fbb9afa8b934accf04513f8a4745a84b01d7aec6 Mon Sep 17 00:00:00 2001 From: Julien Chanseaume Date: Mon, 11 Aug 2014 14:01:40 +0200 Subject: [PATCH] Added script for phpunit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fabb7be2f..1d1ac2909 100755 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_script: - git checkout tags/1.1-beta3 script: + - phpunit - "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/' --thelia2_screenshot_path='../thelia/tests/functionnal/casperjs/screenshot/'" matrix: