mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
4e5d7f215d
phpunit does not define a STDOUT constant...
26 lines
375 B
YAML
26 lines
375 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 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
|