Appveyor: Start using cargo-make.

Fixes #74
This commit is contained in:
theduke 2017-08-07 22:22:23 +02:00 committed by theduke
parent a0f2c3bbdd
commit e740646b8c

View file

@ -49,6 +49,4 @@ install:
build: false
test_script:
- cd juniper && cargo build --verbose && cargo test --verbose && cd ..
- cd juniper_codegen && cargo build --verbose && cargo test --verbose && cd ..
- cd juniper_tests && cargo build --verbose && cargo test --verbose && cd ..
- cargo make ci-flow