We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8df5e2 commit 899ee03Copy full SHA for 899ee03
.travis.yml
@@ -19,7 +19,7 @@ cache:
19
directories:
20
- libav-samples
21
before_install:
22
- - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
23
install:
24
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
25
script:
0 commit comments