Skip to content

Commit cb0433b

Browse files
authored
Remove win curses build from travis
We haven't recommended anyone use the terminal emulation on windows in years, use SDL.
1 parent a818624 commit cb0433b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ jobs:
149149
packages: ["g++-7", "g++-7-multilib", "libc6-dbg", "libc6-dbg:i386", "lcov"]
150150
sources: *apt_sources
151151

152-
- env: COMPILER='g++' LDFLAGS='-static-libgcc -static-libstdc++' MXE_TARGET='i686-w64-mingw32.static' WINE='wine'
153-
name: "Mingw-w64 Make build with Curses"
154-
if: type != pull_request
155-
addons: &gcc
156-
apt:
157-
packages: ["wine"]
158-
159152
- env: CLANG=clang++-3.9 CXXFLAGS='-Wno-error=unused-command-line-argument -D__extern_always_inline="extern __always_inline"'
160153
name: "Clang 3.9 Make build with Curses"
161154
if: type != pull_request

0 commit comments

Comments
 (0)