mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Also test for Ubuntu's rust version.
This commit is contained in:
@@ -3,10 +3,12 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
- 1.28.0 # Ubuntu Bionic and Xenial
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
- 1.28.0
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|||||||
Reference in New Issue
Block a user