Skip to content
/ FFmpeg Public
forked from FFmpeg/FFmpeg

Commit

Permalink
Merge commit '899ee03088d55152a48830df0899887f055da1de'
Browse files Browse the repository at this point in the history
* commit '899ee03088d55152a48830df0899887f055da1de':
  Unbreak travis on macos

Merged-by: James Almer <[email protected]>
  • Loading branch information
jamrial committed Mar 14, 2019
2 parents ac4b5d8 + 899ee03 commit ecb5546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
directories:
- ffmpeg-samples
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
script:
Expand Down

0 comments on commit ecb5546

Please sign in to comment.