From 5a2056e3ebcaf8254eff8414f79257e8c16c9a0f Mon Sep 17 00:00:00 2001 From: Abhinav Anil Sharma Date: Thu, 2 Jul 2020 03:40:55 +0530 Subject: [PATCH] Use 'group: stable' in Travis config. Comparing with previous successful build with xcode11.3 at #4149, this setting is missing now. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 20d13af7c07..719f1e80663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ branches: sudo: required dist: xenial osx_image: xcode11.3 +group: stable language: - c