From 1f3baa1d61745af873d8131b4eebddaaf69ac5ee Mon Sep 17 00:00:00 2001 From: Jindrich Pilar Date: Sat, 29 Feb 2020 23:51:12 +0100 Subject: [PATCH] String match compability --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c128a8..dd0d1df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: script: - vendor/bin/tester tests -s -c tests/php-unix.ini -p php - - if [[ ! $NETTE =~ "^.*-without-tracy$" ]]; then vendor/bin/phpstan analyse --no-progress; fi + - if [[ ! $NETTE =~ "-without-tracy" ]]; then vendor/bin/phpstan analyse --no-progress; fi after_failure: - for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done