Remove pancurses from windows build

This commit is contained in:
Alexandre Bury 2020-06-02 16:01:37 -07:00
parent b50d76a696
commit 5b3f4e95a4

View File

@ -33,4 +33,4 @@ build: false
# Equivalent to Travis' `script` phase # Equivalent to Travis' `script` phase
# TODO modify this phase as you see fit # TODO modify this phase as you see fit
test_script: 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