1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 18:12:51 +02:00

fixed test support files

This commit is contained in:
David Grudl
2014-03-24 19:16:07 +01:00
parent 1a4fca41a7
commit 771bdbe124
6 changed files with 17 additions and 9 deletions

View File

@@ -3,9 +3,15 @@ php:
- 5.3.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
script: VERBOSE=true ./tests/run-tests.sh -s tests/
before_script:
# Install Nette Tester
- composer install --no-interaction --dev
- composer install --no-interaction --dev --prefer-source