From 5b3f4e95a49a1dbc1c4668d3cd68f1c810f7f257 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 2 Jun 2020 16:01:37 -0700 Subject: [PATCH] Remove pancurses from windows build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f5f996e..a18561c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,4 +33,4 @@ build: false # Equivalent to Travis' `script` phase # TODO modify this phase as you see fit test_script: - - cd cursive && cargo test --verbose --all --no-default-features --features markdown,pancurses-backend,crossterm-backend + - cd cursive && cargo test --verbose --all --no-default-features --features markdown,crossterm-backend