diff options
author | Tim Angus <tim@ngus.net> | 2013-03-07 16:46:13 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:16 +0000 |
commit | 1a7f5dad4db60585cd6172a26a644571aecfda19 (patch) | |
tree | 1d9a1c0da0f225605a66662ed7870a0344a24128 /.travis.yml | |
parent | 68e11cd3fa3a879137b4e9815559f34d859bc0b9 (diff) |
Use the mingw fork that gets maintained
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f4791b10..cf47877f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ script: ./build-test.sh before_install: - sudo apt-get update -qq - - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw32 + - sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64 notifications: irc: "irc.freenode.org#ioquake3" |