1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 11:30:49 +01:00
guzzle/.travis.yml

12 lines
253 B
YAML
Raw Normal View History

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