Commit 899ee030 authored by Luca Barbato's avatar Luca Barbato

Unbreak travis on macos

parent f8df5e2f
......@@ -19,7 +19,7 @@ cache:
directories:
- libav-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