diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-03-23 11:47:27 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-03-23 11:47:27 +0100 |
commit | dd1678abe281592ab63978804791c193d5c9dcbf (patch) | |
tree | ab2be6f104f1c15598da39df172576b01c4cb305 /shippable.yml | |
parent | af7c9811b0b2e9215e31a2a9ae4962cbe215206a (diff) |
CI: Switch testing to use ubuntu:bionic for 1.6.y
1.6.y is bionic's release series, it should be tested in it.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shippable.yml b/shippable.yml index 54a707cdd..0091b95ea 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,8 @@ language: none build: pre_ci_boot: - image_name: debian - image_tag: stretch + image_name: ubuntu + image_tag: bionic pull: true ci: - apt-get install -qq build-essential expect |