2016-04-14 22:22:18 +03:00
|
|
|
language: php
|
2016-04-14 22:28:55 +03:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.composer/cache
|
|
|
|
|
2016-04-14 22:22:18 +03:00
|
|
|
php:
|
2017-06-12 23:58:56 +03:00
|
|
|
- '5.3'
|
2016-04-14 22:22:18 +03:00
|
|
|
- '5.4'
|
|
|
|
- '5.5'
|
|
|
|
- '5.6'
|
2016-07-22 01:01:47 +03:00
|
|
|
- '7.0'
|
2016-04-14 22:28:55 +03:00
|
|
|
|
|
|
|
before_script:
|
2017-06-12 23:58:56 +03:00
|
|
|
- flags="--prefer-dist --no-dev -o"
|
2016-04-14 22:28:55 +03:00
|
|
|
- composer install $flags
|
2017-06-12 23:58:56 +03:00
|
|
|
- wget -c -O phpunit.xml https://goo.gl/yZHStN
|
2016-04-14 22:28:55 +03:00
|
|
|
|
2016-04-14 22:22:18 +03:00
|
|
|
script: phpunit
|