From a99652f2369e2e40fed161a11f907a96791027fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Jan 2019 10:12:16 +0200 Subject: [PATCH] Enable 1.31 test job now that 1.32 is released Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/issues/167 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6f0705bd..588992381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"