From e73bc4d9cdc02520e3346361ed5da1f7b126fb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Jan 2019 10:11:22 +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 36c93fa65..76608c1ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ stages: cargo test -p $crate; \ done -.test 1.31: +test 1.31: # 1.31 img # https://hub.docker.com/_/rust/ image: "rust:1.31-slim"