mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Properly add travis_wait to phpunit test
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user