BeSimpleSoap/.travis.yml

15 lines
234 B
YAML

language: php
php:
- 7.0
- 7.1
before_script:
- composer self-update
- composer install
- cp phpunit.xml.dist phpunit.xml
- php -S localhost:8000 > /dev/null 2>&1 &
script:
- vendor/phing/phing/bin/phing -f build.xml