From a693af9f62a4cb9f4e6c7238fb6d52edce2c6b70 Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Mon, 24 Feb 2020 10:31:43 +0200 Subject: travis-ci: macOS changes: (1) updated to a newer macOS image (2) switch to use the Homebrew addon instead of command line --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cf57dc38..b9add8c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,11 @@ matrix: DEMO_ARGS: -DABC_NAMESPACE=xxx - os: osx - osx_image: xcode8 - before_install: - - brew update - - brew install readline + osx_image: xcode10 + addons: + homebrew: + packages: + - readline script: -- cgit v1.2.3