diff options
author | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-06-12 18:28:52 +0000 |
---|---|---|
committer | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-06-12 18:28:52 +0000 |
commit | 06e8ef2d449fe714bc9554ce1928a54cdd38b9e7 (patch) | |
tree | 414eaa2e0c8a05dac257809b1b54721620563721 /.gitlab-ci.yml | |
parent | 6dd00f4fa4ae30e3cde66af5db611e6052a35159 (diff) | |
download | librsvg-06e8ef2d449fe714bc9554ce1928a54cdd38b9e7.tar.gz |
CI: remove some rustc jobs.
6dd00f4f bumped the minimum rustc version to 1.24
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3feef41f..31e5e304 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,27 +206,6 @@ debian:testing_release_i386: # STAGE 3 RUSTC TESTS ####################################################################### -rustc:1_21: - image: $RUSTC_1_21 - variables: - LIBRSVG_DEBUG: "yes" - <<: *rustc - <<: *stage_3 - -rustc:1_22: - image: $RUSTC_1_22 - variables: - LIBRSVG_DEBUG: "yes" - <<: *rustc - <<: *stage_3 - -rustc:1_23: - image: $RUSTC_1_23 - variables: - LIBRSVG_DEBUG: "yes" - <<: *rustc - <<: *stage_3 - rustc:1_24: image: $RUSTC_1_24 variables: |