Remove optimize call

This commit is contained in:
James Brooks
2018-06-25 21:57:04 +01:00
parent 2bea65b673
commit bf42e80ad5

View File

@@ -14,7 +14,7 @@ before_install:
- cp .env.example .env
- phpenv config-rm xdebug.ini
install: travis_retry composer install --no-interaction --no-suggest -o
install: travis_retry composer install --no-interaction --no-suggest
script:
- if [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then vendor/bin/phpunit; fi