diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-05-02 19:11:29 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-05-02 19:13:52 -0300 |
| commit | 2a797f963f2444d63150cb31c4b9b10bb6d2e5c5 (patch) | |
| tree | 220b88a4d4a71c8bddb68f0840eca31c94886252 | |
| parent | 7fbc900e63713858590340eb54ffe208f2ceb075 (diff) | |
Remove Travis config for non-existent '--with-winmm' option
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 2c687a7..838f834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,6 @@ matrix: 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 - os: linux |
