ext-uv/.travis.yml

20 lines
250 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
before_install:
- chmod +x travis-install.sh
install: ./travis-install.sh
notifications:
email: false
irc:
channels:
- "irc.freenode.org#php-uv"
skip_join: true
use_notice: true