mirror of
https://github.com/dg/dibi.git
synced 2025-08-31 09:41:43 +02:00
added .travis.yml & other files
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user