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