Fix appveyor test command

This commit is contained in:
Alexandre Bury 2018-06-18 18:34:28 -07:00
parent 87b346e15e
commit bba5937413

View File

@ -35,4 +35,4 @@ build: false
# Equivalent to Travis' `script` phase
# TODO modify this phase as you see fit
test_script:
- cargo test --verbose --all<Paste>
- cargo test --verbose --all --no-default-features --features pancurses-backend