Don't run integration tests on appveyor

It is
[possible](https://stefanscherer.github.io/setup-windows-docker-ci-appveyor/)
but I don't want to dig into it atm.
This commit is contained in:
Jon Gjengset 2018-11-22 18:05:00 -05:00
parent c393fd7162
commit 06106fbc58
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -65,4 +65,7 @@ build: false
test_script: test_script:
- cargo check --all-targets - cargo check --all-targets
- cargo test - cargo test --lib
- cargo test --doc
- cargo test --examples
# note that we are not running integration tests!