Run gitlab-ci also with Rust 1.28

This commit is contained in:
Sebastian Dröge 2018-11-04 18:52:25 +02:00
parent 9c47ce4ee9
commit e43a517f92

View file

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