From 8c671ed7dc52803dd9de3d5014cbf5b46fc1aa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Jan 2019 10:13:37 +0200 Subject: [PATCH] Enable 1.31 test job now that 1.32 is released --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e516b435..7fd51324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ stages: - cargo build --all --color=always - cargo test --all --color=always -.test 1.31: +test 1.31: # 1.31 img # https://hub.docker.com/_/rust/ image: "rust:1.31-slim"