diff --git a/.travis.yml b/.travis.yml index 51b6a89a..56f63344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ before_script: - travis_retry composer self-update && travis_retry composer install # Run composer install in the module directory in order to fetch dev # dependencies there. This includes phpcs & coder for checking coding style. - - travis_retry composer -d=$TESTDIR install + - travis_retry composer install -d $TESTDIR # Start a web server on port 8888, run in the background. - php -S localhost:8888 &