summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-03-14 15:53:16 -0300
committerJames Almer <jamrial@gmail.com>2019-03-14 15:53:16 -0300
commitecb5546e97c479378e057f527cc1d79a46c31cb1 (patch)
tree79f74c80a921a37db0cf4214578f5d50ed4bbfbe /.travis.yml
parentac4b5d86222006fa71ffe5922e1a34f1422507d8 (diff)
parent899ee03088d55152a48830df0899887f055da1de (diff)
downloadffmpeg-ecb5546e97c479378e057f527cc1d79a46c31cb1.tar.gz
Merge commit '899ee03088d55152a48830df0899887f055da1de'
* commit '899ee03088d55152a48830df0899887f055da1de': Unbreak travis on macos Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 63f2051cb3..784b7bdf73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ cache:
directories:
- ffmpeg-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: