This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new a8fded497 travis ci to use xenial as base image
a8fded497 is described below
commit a8fded497635f2a319ece3882b234f510d84cacd
Author: Jiayu Liu <[email protected]>
AuthorDate: Tue Apr 19 17:30:34 2022 +0800
travis ci to use xenial as base image
---
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 409eee777..e89b3e02c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,11 @@
#
# Docker Integration
# see: build/docker/README.md
-#
+#
sudo: required
-dist: trusty
+# https://docs.travis-ci.com/user/reference/linux
+dist: xenial
language: cpp
services: