Unbreak travis on macos

This commit is contained in:
Luca Barbato 2019-02-12 13:53:04 +01:00
parent f8df5e2f31
commit 899ee03088
1 changed files with 1 additions and 1 deletions

View File

@ -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: