.travis.yml 246 B

123456789101112131415161718
  1. language: php
  2. php:
  3. - 5.6
  4. - 7.0
  5. - 7.1
  6. matrix:
  7. fast_finish: true
  8. before_install:
  9. - phpenv config-rm xdebug.ini
  10. - composer self-update && composer install --no-interaction
  11. script: bin/phpunit
  12. notifications:
  13. email: info@endroid.nl