mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Travis: Switch to Ubuntu 20.04 base image (#1051)
Since it's a smaller, more up to date image, with fewer services starting at boot, improving start times: https://blog.travis-ci.com/2020-08-10-focal-build-environment https://docs.travis-ci.com/user/reference/focal/ Closes @W-7951908@. [skip changelog]
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
language: minimal
|
||||
dist: bionic
|
||||
dist: focal
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user