Files
faveo/vendor/zendframework/zendservice-google-gcm/.travis.yml
2023-01-30 14:33:06 +05:30

19 lines
270 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- composer install --dev
script:
- phpunit -c tests/phpunit.xml.dist
notifications:
irc: "irc.freenode.org#zftalk.2"