Remove appveyor

This commit is contained in:
Michael Snoyman 2019-04-29 18:37:18 +03:00
parent abdea8d157
commit d9d4863fc1
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -1,15 +0,0 @@
# cache:
# - '%AppData%\stack'
install:
- curl -sS -ostack.zip -L https://get.haskellstack.org/stable/windows-i386.zip
- 7z x stack.zip stack.exe
- stack setup > nul
build: off
build_script:
- stack --no-terminal test --no-run-tests --resolver lts-11
test_script:
- stack --jobs 1 --no-terminal test --resolver lts-11