1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-23 18:33:45 +01:00
php-dibi/.travis.yml
2014-03-24 19:18:11 +01:00

18 lines
279 B
YAML

language: php
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 --prefer-source