From 899ee03088d55152a48830df0899887f055da1de Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 12 Feb 2019 13:53:04 +0100 Subject: [PATCH] Unbreak travis on macos --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5aa2802636..3cfcb40c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: