summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2020-10-16 00:43:28 +0300
committersfan5 <sfan5@live.de>2020-10-16 00:01:54 +0200
commit925d6e12054cba7be2ff7e1846e78a05c8140319 (patch)
treeb230fe866a3d91c646cbcb6091a979f0e24d50f5
parent9121e8f513141f733b118430873d011aaef0a708 (diff)
downloadmpv-925d6e12054cba7be2ff7e1846e78a05c8140319.tar.bz2
mpv-925d6e12054cba7be2ff7e1846e78a05c8140319.tar.xz
ci/travis: stop installing mingw-w64 packages manually
As we are now on 20.04, these packages are now available in the repositories. Additionally, they don't need to be separately pulled in, as gcc-mingw-w64 already does that.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index bff739f209..b2700a9b12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,6 @@ _mingwbase:
- 'gcc-multilib'
- 'nasm'
- 'yasm'
- before_install: |
- # upgrade MinGW CRT to the one from Ubuntu 20.04 (required for D3D11):
- wget "http://archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/"mingw-w64-{common,i686-dev,x86-64-dev}_7.0.0-2_all.deb
- sudo apt-get install -y ./mingw-w64-*.deb
cache:
directories:
- mingw_prefix/