From 2a797f963f2444d63150cb31c4b9b10bb6d2e5c5 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Wed, 2 May 2018 19:11:29 -0300 Subject: [PATCH] Remove Travis config for non-existent '--with-winmm' option --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c687a7..838f834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,12 +26,6 @@ matrix: - os: linux env: HOST="" API="oss" compiler: clang - - os: linux - env: HOST="--host=i686-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function" - compiler: gcc - - os: linux - env: HOST="--host=x86_64-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function" - compiler: gcc - os: linux env: HOST="--host=i686-w64-mingw32" API="dsound" CPPFLAGS="-Wno-unused-function" compiler: gcc -- 2.30.2