From a1089e9e2515cc1ccc0ba2a0b79b91878d2a688e Mon Sep 17 00:00:00 2001 From: Jeka Date: Fri, 23 Nov 2012 11:21:24 +0200 Subject: [PATCH] change tests running command --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c82073bd..b587b5b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,5 @@ before_script: - java -jar /tmp/selenium-server-standalone.jar > /dev/null & - sleep 5 - # goto test's folder - - cd tests/behat/ -script: HTTP_APP_ENV=test php behat.phar +script: HTTP_APP_ENV=test php tests/behat/behat.phar -c tests/behat/behat.yml