Skip to content

Commit ecb5546

Browse files
committed
Merge commit '899ee03088d55152a48830df0899887f055da1de'
* commit '899ee03088d55152a48830df0899887f055da1de': Unbreak travis on macos Merged-by: James Almer <[email protected]>
2 parents ac4b5d8 + 899ee03 commit ecb5546

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
- ffmpeg-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)