1
0
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:
David Grudl
2014-05-13 02:47:35 +02:00
parent d4c72bbd4d
commit e99ce9d053
5 changed files with 19 additions and 72 deletions

View File

@@ -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