BeSimpleSoap/.travis.yml

17 lines
185 B
YAML
Raw Permalink Normal View History

2013-07-19 11:28:23 +02:00
language: php
php:
- 5.3
- 5.4
- 5.5
2015-06-01 16:04:24 +02:00
- 5.6
- 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
2013-09-18 14:58:45 +02:00
script:
- vendor/phing/phing/bin/phing -f build.xml