This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Unbreak travis on macos
tags/n4.2
Luca Barbato
6 years ago
parent
f8df5e2f31
commit
899ee03088
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -19,7 +19,7 @@ cache:
directories:
directories:
- libav-samples
- libav-samples
before_install:
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update
--all
; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
install:
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
script:
script:
Write
Preview
Loading…
Cancel
Save