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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue