travis: add Ubuntu 18.04 target explicitly

Ensure that we build properly on the oldest Ubuntu LTS we officially
support right now.

Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
Steven Noonan
2020-10-07 13:38:45 -07:00
parent 51f53027fd
commit b047c82bbe
+2
View File
@@ -15,6 +15,8 @@ env:
jobs:
- IMAGE=alpine IMAGE_TAG=latest
- IMAGE=archlinux IMAGE_TAG=latest
# 18.04 (Bionic) is the oldest one we want to attempt builds with.
- IMAGE=ubuntu IMAGE_TAG=bionic
- IMAGE=ubuntu IMAGE_TAG=latest
- IMAGE=ubuntu IMAGE_TAG=rolling
- IMAGE=ubuntu IMAGE_TAG=devel