1
0
Fork 0
composer/.travis.yml

16 lines
358 B
YAML
Raw Normal View History

2011-11-13 17:48:51 +00:00
language: php
php:
2012-05-28 12:11:30 +00:00
- 5.3.3
2011-11-13 17:48:51 +00:00
- 5.3
- 5.4
2012-12-20 12:59:21 +00:00
- 5.5
2011-11-13 17:48:51 +00:00
before_script:
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --dev --prefer-source
- git config --global user.name travis-ci
- git config --global user.email travis@example.com
2011-11-13 18:01:46 +00:00
script: ./vendor/bin/phpunit -c tests/complete.phpunit.xml