Cachet/.travis.yml

17 lines
229 B
YAML
Raw Normal View History

2014-11-28 09:11:06 +00:00
language: php
2017-06-28 22:00:51 +01:00
sudo: false
2014-11-28 09:11:06 +00:00
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
2016-08-13 17:04:51 +01:00
before_install:
- cp .env.example .env
2017-06-28 22:00:51 +01:00
- phpenv config-rm xdebug.ini
2017-06-28 22:00:51 +01:00
install: travis_retry composer install --no-interaction --no-suggest
script: vendor/bin/phpunit