1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/externals/restful/.travis.yml

9 lines
202 B
YAML
Raw Normal View History

language: php
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --prefer-source
script: phpunit --bootstrap vendor/autoload.php tests/
php:
- 5.3
- 5.4