language: php

php:
    - 5.6
    - 7.0
    - 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