diff --git a/.travis.yml b/.travis.yml index d734a98..2d702f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ branches: only: - master -dist: xenial +dist: focal language: minimal jobs: @@ -13,4 +13,4 @@ jobs: - echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin - make build DEBUG=false - make tag_latest DEBUG=false - - make release DEBUG=false \ No newline at end of file + - make release DEBUG=false