mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
20 lines
250 B
YAML
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
|