1
0
Fork 0
composer/.travis.yml

13 lines
160 B
YAML
Raw Normal View History

2011-11-13 17:48:51 +00:00
language: php
php:
2012-01-05 14:55:11 +00:00
- 5.3.2
2011-11-13 17:48:51 +00:00
- 5.3
- 5.4
2011-11-13 18:01:46 +00:00
before_script:
2011-11-15 14:50:20 +00:00
- wget -nc http://getcomposer.org/composer.phar
2012-04-18 16:46:02 +00:00
- php composer.phar install
2011-11-13 18:01:46 +00:00
2011-11-13 17:48:51 +00:00
script: phpunit