2014-11-28 09:11:06 +00:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
2015-12-22 20:03:05 +00:00
|
|
|
- 5.6
|
|
|
|
- 7.0
|
2016-07-29 17:46:33 -04:00
|
|
|
- 7.1
|
2014-11-28 09:11:06 +00:00
|
|
|
|
2014-12-21 11:39:16 +00:00
|
|
|
sudo: false
|
2014-11-28 09:11:06 +00:00
|
|
|
|
2016-08-13 17:04:51 +01:00
|
|
|
before_install:
|
|
|
|
- cp .env.example .env
|
2016-08-22 15:24:27 +01:00
|
|
|
- if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
|
2016-08-08 17:32:23 +01:00
|
|
|
|
2016-08-22 15:18:29 +01:00
|
|
|
install: travis_retry composer install --no-interaction --no-scripts --prefer-source --no-suggest
|
2015-01-03 23:11:50 +00:00
|
|
|
|
2016-05-29 12:00:02 +01:00
|
|
|
script: vendor/bin/phpunit
|