Appveyor update to ignore Cargo.lock

This commit is contained in:
Oliver Schneider 2018-05-09 14:33:17 +02:00
parent 1996a1f969
commit e1013e011c
No known key found for this signature in database
GPG Key ID: 1D5CB4FC597C3004

View File

@ -33,8 +33,8 @@ build: false
test_script:
- set RUST_BACKTRACE=1
- cargo build --locked --release
- cargo test --locked --release
- cargo build --release
- cargo test --release
notifications:
- provider: Email