mirror of
https://github.com/dg/dibi.git
synced 2025-02-24 02:43:09 +01:00
12 lines
193 B
YAML
12 lines
193 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.3.3
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
|
||
|
script: VERBOSE=true ./tests/run-tests.sh -s tests/
|
||
|
|
||
|
before_script:
|
||
|
# Install Nette Tester
|
||
|
- composer install --no-interaction --dev
|