summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJiayu Liu <jiayu.liu@airbnb.com>2022-04-19 17:30:34 +0800
committerJens Geyer <Jens-G@users.noreply.github.com>2022-04-19 18:27:41 +0200
commita8fded497635f2a319ece3882b234f510d84cacd (patch)
tree2e2b4332e205260dbed067809a79c135907ea5c3 /.travis.yml
parent35d22c526e5fcf7eae826e873184c5d3dc51b5c0 (diff)
downloadthrift-a8fded497635f2a319ece3882b234f510d84cacd.tar.gz
travis ci to use xenial as base image
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files 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: