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