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.

123456789101112131415161718
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. - 5.6
  7. - 7.0
  8. before_script:
  9. - composer install
  10. script:
  11. - mkdir -p build/logs
  12. - php vendor/bin/phpunit -c phpunit.xml
  13. after_script:
  14. - php vendor/bin/coveralls -v