mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user