From a6f83cea2c05b414a9ccfc198ac222a1178d5e66 Mon Sep 17 00:00:00 2001 From: Henry Darnell Date: Mon, 24 Aug 2020 11:04:43 -0500 Subject: [PATCH] Update deprecated/default Travis configs (#10880) [`sudo` no longer has any effect][1] and can be removed. [`os` defaults to `linux` already][2] but should be explicitly set for safety. [1]: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration [2]: https://docs.travis-ci.com/user/reference/overview/#for-a-particular-travisyml-configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4aced04a0f..0382d59f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: java -sudo: false +os: linux dist: xenial cache: directories: