.travis.yml
289 Bytes
language: php
php:
- 5.6
- 7.0
- 7.1
- nightly
sudo: false
before_install:
- composer self-update
install:
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --configuration build
notifications:
email: false