diff options
author | Zeeshan Ali <zeeshanak@gnome.org> | 2019-05-16 16:20:53 +0200 |
---|---|---|
committer | Zeeshan Ali <zeeshanak@gnome.org> | 2019-05-16 16:21:43 +0200 |
commit | 06741c63206387908385fbde0976a7def8654e83 (patch) | |
tree | a38f4d487e219ad5d76e5afcc006e7fcb8855075 | |
parent | bc9e5f163121d2d2d4f17d889ff20871ffcbc548 (diff) |
CI: Drop Ubuntu 17.10 from tests
It started to fail for some reason and it's not even supported. Let's
stick to LTS from now on.
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd8e696..d8c2acd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,15 +19,6 @@ ubuntu-16.04: - "${CI_PROJECT_DIR}/build" script: meson -Dgtk-doc=false build && ninja -C build && ninja -C build test && ninja -C build install -ubuntu-17.10: - image: ubuntu:artful - artifacts: - when: always - name: "artful-${CI_COMMIT_REF_NAME}" - paths: - - "${CI_PROJECT_DIR}/build" - script: meson build && ninja -C build && ninja -C build test && ninja -C build install - ubuntu-18.04: image: ubuntu:bionic artifacts: |