
Travis config update Removed HHVM script as Laravel no longer support HHVM after releasing 5.3
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
# https://github.com/phpstan/phpstan/issues/1185
|
|
- '#Function xdebug_start_function_monitor not found.#'
|
|
- '#Function xdebug_get_monitored_functions not found.#'
|
|
- '#Function xdebug_stop_function_monitor not found.#'
|
|
|