summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 70a7b8e164..bff739f209 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,14 @@ _mingwbase:
os: linux
addons:
apt:
- packages: ['autoconf', 'automake', 'pkg-config', 'gcc-mingw-w64',
- 'gcc-multilib', 'nasm', 'yasm']
+ packages:
+ - 'autoconf'
+ - 'automake'
+ - 'pkg-config'
+ - 'gcc-mingw-w64'
+ - '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