ffmpeg-mappable-media/.travis.yml

41 lines
740 B
YAML
Raw Normal View History

2012-04-13 10:20:54 +02:00
language: php
dist: trusty
branches:
only:
- master
2017-11-08 14:49:23 +01:00
- v1.x
2017-10-16 17:52:45 +02:00
cache:
directories:
- $HOME/.composer/cache
- $HOME/.cache
matrix:
include:
- php: 5.4
2020-02-14 09:08:50 +01:00
env:
- COMPOSER_FLAGS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -y
- sudo apt-get update -q
- composer self-update
- if [ "$COMPOSER_FLAGS" == "--prefer-lowest" ]; then composer require "roave/security-advisories" dev-master --no-update; fi;
install:
- sudo apt-get install -y ffmpeg
2017-10-16 17:52:45 +02:00
- composer update --prefer-dist $COMPOSER_FLAGS
2012-05-25 18:55:33 +02:00
script:
2020-02-14 09:08:50 +01:00
- vendor/bin/phpunit --verbose