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:
@@ -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
|
||||
|
Reference in New Issue
Block a user