diff --git a/.travis.yml b/.travis.yml index 1617182..cdfb264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: - cp config/autoload/local.php.dist config/autoload/local.php - ls config/autoload - composer install -o --prefer-dist - - bin/console server:run >/dev/null 2>&1 & + - php -S 127.0.0.1:8080 -t public >/dev/null 2>&1 & script: - vendor/bin/codecept run