Set up CI with Azure Pipelines (#926)

Use Azure Pipelines for CI. This migrates away from Travis and
Appveyor.
This commit is contained in:
Carl Lerche
2019-03-01 09:12:21 -08:00
committed by GitHub
parent dbb04e310c
commit 43d69d77e2
13 changed files with 330 additions and 165 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ description should mention "tokio-tls".
}
fn local_root_store() -> CertStore {
if env::var("APPVEYOR").is_ok() {
if env::var("CI").is_ok() {
CertStore::open_local_machine("Root").unwrap()
} else {
CertStore::open_current_user("Root").unwrap()