Remove PHP 5.3.2 build, add documentation build

This commit is contained in:
Romain Neutron 2012-05-25 18:54:09 +02:00
commit c68e18ef0a

View file

@ -7,6 +7,9 @@ before_script:
- php composer.phar install - php composer.phar install
php: php:
- 5.3.2
- 5.3 - 5.3
- 5.4 - 5.4
script
- phpunit
- sh -c "cd docs && make clean && make html"