Cachet/.travis.yml
2017-01-05 19:21:14 +00:00

20 lines
336 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
sudo: false
before_install:
- cp .env.example .env
- if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
install: travis_retry composer install --no-interaction --no-scripts --prefer-source --no-suggest
notifications:
email: false
script: vendor/bin/phpunit