Merge pull request #169 from jonhoo/ci-fixes
Make CI pass on `master` again
This commit is contained in:
commit
24ca28703f
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue