Merge pull request #169 from jonhoo/ci-fixes

Make CI pass on `master` again
This commit is contained in:
Jon Gjengset 2020-06-21 15:05:22 -04:00 committed by GitHub
commit 24ca28703f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,12 +47,12 @@ jobs:
- job: msrv - job: msrv
pool: pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
displayName: "Minimum supported Rust version: 1.36.0" displayName: "Minimum supported Rust version: 1.40.0"
dependsOn: [] dependsOn: []
steps: steps:
- template: install-rust.yml@templates - template: install-rust.yml@templates
parameters: parameters:
rust: 1.36.0 rust: 1.40.0 # static-assertions (1.37+) and base64 (1.40+)
- script: cargo check - script: cargo check
displayName: cargo check displayName: cargo check
- job: integration - job: integration
@ -79,11 +79,11 @@ resources:
- repository: templates - repository: templates
type: github type: github
name: crate-ci/azure-pipelines name: crate-ci/azure-pipelines
ref: refs/heads/v0.3 ref: refs/heads/v0.4
endpoint: jonhoo endpoint: jonhoo
containers: containers:
- container: greenmail - container: greenmail
image: greenmail/standalone:1.5.11 image: greenmail/standalone:1.5.13
ports: ports:
- 3025:3025 - 3025:3025
- 3110:3110 - 3110:3110