We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8ba14 commit 12f35fdCopy full SHA for 12f35fd
.travis.yml
@@ -8,8 +8,8 @@ matrix:
8
osx_image: xcode7.2
9
10
before_install:
11
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq
12
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq build-essential
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq build-essential; fi
13
14
script:
15
- SKIPINSTALL=yes ./build-ffmpeg --build
0 commit comments