File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
1818 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
1919 - sudo add-apt-repository -y ppa:mc3man/trusty-media
2020 - sudo apt-get -qq update
21- - sudo apt-get install -y software-properties-common ffmpeg
21+ - sudo apt-get install -y --allow-unauthenticated software-properties-common ffmpeg
2222
2323script :
24- - phpunit
24+ - phpunit
Original file line number Diff line number Diff line change 33return [
44 'default_disk ' => 'local ' ,
55
6- 'ffmpeg.binaries ' => ' /usr/local/bin/ ffmpeg ' ,
6+ 'ffmpeg.binaries ' => env ( ' FFMPEG_BINARIES ' , ' ffmpeg ') ,
77 'ffmpeg.threads ' => 12 ,
88
9- 'ffprobe.binaries ' => ' /usr/local/bin/ ffprobe ' ,
9+ 'ffprobe.binaries ' => env ( ' FFPROBE_BINARIES ' , ' ffprobe ') ,
1010
1111 'timeout ' => 3600 ,
1212];
You can’t perform that action at this time.
0 commit comments