mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
Unbreak travis on macos
This commit is contained in:
parent
f8df5e2f31
commit
899ee03088
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user