ext-uv/.travis.yml
2016-02-08 02:27:34 +01:00

19 lines
246 B
YAML

language: php
php:
- 7.0
- nightly
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