travis-ci: macOS changes:

(1) updated to a newer macOS image
(2) switch to use the Homebrew addon instead of command line
This commit is contained in:
Baruch Sterin 2020-02-24 10:31:43 +02:00
parent f433931075
commit a693af9f62
1 changed files with 5 additions and 4 deletions

View File

@ -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: