summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2020-02-24 10:31:43 +0200
committerBaruch Sterin <baruchs@gmail.com>2020-02-24 10:31:43 +0200
commita693af9f62a4cb9f4e6c7238fb6d52edce2c6b70 (patch)
treeb8a62f9223f38b86878421aa22ff353a01a23fbb /.travis.yml
parentf43393107575afaf3ebb1554c063534192950294 (diff)
downloadabc-a693af9f62a4cb9f4e6c7238fb6d52edce2c6b70.tar.gz
abc-a693af9f62a4cb9f4e6c7238fb6d52edce2c6b70.tar.bz2
abc-a693af9f62a4cb9f4e6c7238fb6d52edce2c6b70.zip
travis-ci: macOS changes:
(1) updated to a newer macOS image (2) switch to use the Homebrew addon instead of command line
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
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: