summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2020-10-27 02:58:28 +0200
committerOleg Oshmyan <chortos@inbox.lv>2020-10-27 03:10:59 +0200
commitafae19b2d265a84535b27c0d411710c4dc3dd7cb (patch)
treece9b8f48cbb3f7e60435ad60b361fed8b1a6a65c
parentf96f5a9493d7daddda6ac2630805ffee83f2d7e0 (diff)
downloadlibass-afae19b2d265a84535b27c0d411710c4dc3dd7cb.tar.bz2
libass-afae19b2d265a84535b27c0d411710c4dc3dd7cb.tar.xz
Speed up macOS Travis CI builds
Updating Homebrew takes more than 5 minutes. Upgrading other things that depend on FreeType takes more than 6 minutes. Together, that's 11+ minutes of build time gone to waste. It seems Homebrew in the current default osx image has all the dependencies we need without needing to update.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dbe3175..ef259a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ env:
global:
# Coverity token
- secure: "QFUmMNyjyhXhe+zBfGNgnrrgR9NTks90AU6BQXYCxBZm+aaRjjxkN+ITjTJeHxZJEVpqDf/gtidh6KriSWMWM2TcH+ZSsAkVym9XUdk+0Nglh/5mulp++LsbmsERhed5F4YvGS0UAcXPAAv/dESmiJY/EaDPVgXxbTFMa85c6H8="
+ - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
os:
- linux
@@ -50,7 +51,6 @@ addons:
- libharfbuzz-dev
- nasm
homebrew:
- update: true
packages:
- freetype
- fribidi