Skip to content

Commit

Permalink
String match compability
Browse files Browse the repository at this point in the history
  • Loading branch information
JindrichPilar committed Feb 29, 2020
1 parent 08c1481 commit 1f3baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f3baa1

Please sign in to comment.