diff options
author | Julian Andres Klode <jak@debian.org> | 2017-02-10 23:02:23 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-02-10 23:16:45 +0100 |
commit | 56c53760171a40a3ca974346d36d518f7ec5bcd9 (patch) | |
tree | 47bf8b05de3896e4854ce014ad6387b443db6b42 /shippable.yml | |
parent | 85ee4036c68d8ecd2c973d413a17aca81380900b (diff) |
shippable: Perform CI on Debian stretch instead of Ubuntu xenial
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 24b2545f7..ad72afc80 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,8 @@ language: none build: pre_ci_boot: - image_name: ubuntu - image_tag: xenial + image_name: debian + image_tag: stretch pull: true ci: - apt-get install -qq build-essential |