Files
cachet-docker/.travis.yml
Graham Campbell 7289a4f06c Update .travis.yml
2017-06-28 21:53:07 +01:00

20 lines
347 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 --no-suggest
notifications:
email: false
script: vendor/bin/paratest -p 4 --max-batch-size 256