ffmpeg-mappable-media/.travis.yml

17 lines
315 B
YAML
Raw Normal View History

2012-04-13 10:20:54 +02:00
language: php
before_script:
- sudo apt-get update
2012-05-25 19:09:45 +02:00
- sudo easy_install sphinx
2012-04-13 10:20:54 +02:00
- sudo apt-get install -y ffmpeg libavcodec-extra-53
- curl -s http://getcomposer.org/installer | php
2012-09-03 16:55:37 +02:00
- php composer.phar install --dev
2012-04-13 10:20:54 +02:00
php:
- 5.3
- 5.4
2012-05-25 18:55:33 +02:00
script:
- phpunit
- sh -c "cd docs && make clean && make html"