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