.travis.yml
language: php
php:
- 7.0
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- vendor/bin/phpunit
after_script:
- vendor/bin/test-reporter
addons:
code_climate:
repo_token: 9cfcae5d5defa1609c6cc0f394076cab05f1945105450cc155606bcf78380a2e