.travis.yml 302 B

12345678910111213141516171819202122
  1. language: php
  2. php:
  3. - 5.3.3
  4. - 5.3
  5. - 5.4
  6. - 5.5
  7. - 5.6
  8. - hhvm
  9. script:
  10. - phpunit --bootstrap src/Timer.php tests
  11. notifications:
  12. email: false
  13. webhooks:
  14. urls:
  15. - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960
  16. on_success: always
  17. on_failure: always
  18. on_start: false