Skip to content

Commit

Permalink
Updated the travis ubuntu version to ubuntu 20 (#363)
Browse files Browse the repository at this point in the history
* Updated the travis ubuntu version to ubuntu 20

* Fixed the travis source line syntax.
  • Loading branch information
floriankramer committed Nov 26, 2020
1 parent 975478f commit ead9435
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: generic
sudo: required

os: linux
dist: focal

# We need a newer docker version since our multi-stage build
# relies on old stages not leaking into the current stage
# see https://github.com/moby/moby/issues/35641
addons:
apt:
sources:
- sourceline: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
packages:
- docker-ce

Expand Down

0 comments on commit ead9435

Please sign in to comment.