From 4814aab243b3b20606a2cbefbcfad9931873e2f8 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 9 Mar 2020 09:57:52 -0400 Subject: [PATCH] Update Travis and Brew recipe for OS X Also see https://travis-ci.community/t/os-x-image-and-error-unknown-command-bundle/7493/2 and https://docs.travis-ci.com/user/installing-dependencies/ --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5e29a31..6acf38f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,10 @@ addons: - indent homebrew: packages: - - gnu-indent - - doxygen - openssl - - indent + - doxygen + - findent + update: true jobs: include: -- 2.47.3