ext-uv/.travis.yml
Andrey Kostylev a877637085 travis php71
2017-02-19 04:25:15 +03:00

27 lines
383 B
YAML

language: php
php:
- 7.0
- 7.1
- nightly
env:
global:
- REPORT_EXIT_STATUS=1
before_install:
- chmod +x travis-install.sh
install: ./travis-install.sh
script:
- php run-tests.php -p `which php` --offline --show-diff --set-timeout 120
notifications:
email: false
irc:
channels:
- "irc.freenode.org#php-uv"
skip_join: true
use_notice: true