Browse Source

Remove Travis config for non-existent '--with-winmm' option

tags/5.1.0
Stephen Sinclair 7 years ago
parent
commit
2a797f963f
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      .travis.yml

+ 0
- 6
.travis.yml View File

@@ -26,12 +26,6 @@ matrix:
- os: linux - os: linux
env: HOST="" API="oss" env: HOST="" API="oss"
compiler: clang 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 - os: linux
env: HOST="--host=i686-w64-mingw32" API="dsound" CPPFLAGS="-Wno-unused-function" env: HOST="--host=i686-w64-mingw32" API="dsound" CPPFLAGS="-Wno-unused-function"
compiler: gcc compiler: gcc


Loading…
Cancel
Save