From d7d965c4370894fbb9768d5257e8a91f5a051dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 4 Nov 2018 18:43:07 +0200 Subject: [PATCH] Run gitlab-ci also with Rust 1.28 --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2390c0cc..e009b9ff3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,11 @@ stages: - cargo build --color=always --all --all-features - G_DEBUG=fatal_warnings cargo test --color=always --all --all-features +test 1.28: + # 1.28 img + # https://hub.docker.com/_/rust/ + image: "rust:1.28-slim" + <<: *cargo_test test stable: # Stable img