Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

22 linhas
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