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