Commit ecb5546e authored by James Almer's avatar James Almer

Merge commit '899ee030'

* commit '899ee030':
  Unbreak travis on macos
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents ac4b5d86 899ee030
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment