You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
323 B

  1. language: php
  2. php:
  3. - 5.4
  4. - 5.5
  5. - 5.6
  6. - 7.0
  7. - 7.1
  8. - hhvm
  9. matrix:
  10. fast_finish: true
  11. before_install:
  12. - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
  13. - composer self-update && composer install --no-interaction
  14. script: bin/phpunit
  15. notifications:
  16. email: info@endroid.nl