BeSimpleSoap/.travis.yml

15 lines
234 B
YAML
Raw Permalink Normal View History

2013-07-19 11:28:23 +02:00
language: php
php:
- 7.0
- 7.1
2013-07-19 11:28:23 +02:00
before_script:
2014-08-14 13:03:47 +02:00
- composer self-update
- composer install
2017-06-07 16:23:47 +02:00
- cp phpunit.xml.dist phpunit.xml
- php -S localhost:8000 > /dev/null 2>&1 &
2013-09-18 14:58:45 +02:00
script:
- vendor/phing/phing/bin/phing -f build.xml