mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 10:02:53 +02:00
updated test support files
This commit is contained in:
@@ -10,7 +10,11 @@ matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
script: VERBOSE=true ./tests/run-tests.sh -s tests/
|
||||
script: vendor/bin/tester tests -s -c tests/php-unix.ini
|
||||
|
||||
after_failure:
|
||||
# Print *.actual content
|
||||
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
|
||||
|
||||
before_script:
|
||||
# Install Nette Tester
|
||||
|
Reference in New Issue
Block a user