Enable 1.31 test job now that 1.32 is released

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/issues/167
This commit is contained in:
Sebastian Dröge 2019-01-18 10:12:16 +02:00 committed by Sebastian Dröge
parent b20e4454f1
commit a99652f236

View file

@ -48,7 +48,7 @@ stages:
- cargo build --color=always --all --all-features
- G_DEBUG=fatal_warnings cargo test --color=always --all --all-features
.test 1.31:
test 1.31:
# 1.31 img
# https://hub.docker.com/_/rust/
image: "rust:1.31-slim"