2013-07-19 11:28:23 +02:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
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
|
2017-06-07 17:05:03 +02:00
|
|
|
- php -S localhost:8000 > /dev/null 2>&1 &
|
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
|