aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-13 00:13:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-13 00:14:38 +0300
commite48db9ec27c429325202988c7945890af557cdd8 (patch)
tree4b2f463ef8289fc5b1e7f2cf050979c8f89f57f5 /.travis.yml
parentTravis: fast_finish (diff)
downloadcgitize-e48db9ec27c429325202988c7945890af557cdd8.tar.gz
cgitize-e48db9ec27c429325202988c7945890af557cdd8.zip
Travis: switch to Focal
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 54118de..f655d78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
os: linux
-dist: bionic
+dist: focal
language: minimal
jobs:
@@ -17,12 +17,6 @@ jobs:
- stage: publish
name: 'Docker: build & publish multi-arch images'
if: branch = master
- addons:
- apt:
- # Newer docker for BuildKit/buildx support:
- packages:
- - docker-ce
- sources:
- - key_url: 'https://download.docker.com/linux/ubuntu/gpg'
- sourceline: 'deb https://download.docker.com/linux/ubuntu "$(lsb_release -cs)" stable'
+ # buildx isn't installed on Focal.
+ before_install: make buildx/install
script: make login && make buildx/create && make buildx/push