BeSimpleSoap/.travis.yml

18 lines
221 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
before_script:
- composer self-update
- composer install
- cp phpunit.xml.dist phpunit.xml
script:
- vendor/phing/phing/bin/phing -f build.xml