Run gitlab-ci also with Rust 1.28

This commit is contained in:
Sebastian Dröge 2018-11-04 18:50:14 +02:00
parent 53ad4d0862
commit 6b197df98c

View file

@ -52,6 +52,11 @@ stages:
# https://github.com/sdroege/gstreamer-sys/issues/16
# - cargo test --all --all-features --color=always
test 1.28:
# 1.28 img
# https://hub.docker.com/_/rust/
image: "rust:1.28-slim"
<<: *cargo_test
test stable:
# Stable img