Run gitlab-ci also with Rust 1.28

This commit is contained in:
Sebastian Dröge 2018-11-04 18:43:07 +02:00
parent 85e1e196c4
commit d7d965c437

View file

@ -48,6 +48,11 @@ stages:
- cargo build --color=always --all --all-features
- G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
test 1.28:
# 1.28 img
# https://hub.docker.com/_/rust/
image: "rust:1.28-slim"
<<: *cargo_test
test stable:
# Stable img