Properly add travis_wait to phpunit test

This commit is contained in:
DariusIII
2018-01-22 23:32:35 +01:00
parent f6b82ad98e
commit e85f1b3fe7
+1 -2
View File
@@ -34,7 +34,6 @@ before_install:
- composer validate
install:
- travis_wait mvn install
- yes '' | pecl install imagick
# Configure environment settings
- cp .env.travis .env
@@ -62,4 +61,4 @@ before_script:
script:
./vendor/bin/phpunit
travis_wait ./vendor/bin/phpunit