ffmpeg-mappable-media/.travis.yml
2012-05-25 18:54:09 +02:00

15 lines
279 B
YAML

language: php
before_script:
- sudo apt-get update
- sudo apt-get install -y ffmpeg libavcodec-extra-53
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
php:
- 5.3
- 5.4
script
- phpunit
- sh -c "cd docs && make clean && make html"