.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: 99085d65a37d5b482ab080360a7fd97b3d92ada686dde88950ea332dc0785509