mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-12 11:30:49 +01:00
12 lines
253 B
YAML
12 lines
253 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
before_script:
|
||
|
- git submodule update --init
|
||
|
- cp phpunit.xml.dist phpunit.xml
|
||
|
- ~/.nvm/v0.6.1/bin/node tests/Guzzle/Tests/Http/server.js &
|
||
|
script: sudo phpunit
|
||
|
notifications:
|
||
|
email:
|
||
|
- michael@guzzlephp.org
|