Files
unirest-php/.travis.yml
2015-01-14 19:45:07 -05:00

19 lines
259 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
after_script:
- vendor/bin/test-reporter
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/802f417bb6e3e1e8b20d
on_success: always
on_failure: always
on_start: false