ext-uv/.travis.yml

19 lines
246 B
YAML
Raw Normal View History

2012-06-25 00:40:57 +02:00
language: php
php:
2016-02-08 02:16:01 +01:00
- 7.0
- nightly
2012-06-25 00:40:57 +02:00
before_install:
- chmod +x travis-install.sh
install: ./travis-install.sh
2012-07-02 16:18:22 +02:00
2012-07-07 16:16:15 +02:00
notifications:
email: false
irc:
channels:
- "irc.freenode.org#php-uv"
skip_join: true
use_notice: true