Skip to content

Commit 899ee03

Browse files
committed
Unbreak travis on macos
1 parent f8df5e2 commit 899ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
directories:
2020
- libav-samples
2121
before_install:
22-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
22+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
2323
install:
2424
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
2525
script:

0 commit comments

Comments
 (0)