Skip to content

Commit

Permalink
Add a Mac OS 10.14 build, and update Homebrew on the default builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jul 19, 2019
1 parent 75c11ae commit ca843cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ addons:
homebrew:
packages:
- popt
# The default OS X image is now (July 2019) too old to work without this
update: true

env:
# More configurations are configured in the matrix section
Expand Down Expand Up @@ -139,6 +141,14 @@ matrix:
- autopoint
- libpopt-dev
- subversion
- env: CONFIG=normal
os: osx
osx_image: xcode11
compiler: clang
addons:
homebrew:
packages:
- popt

before_install:
# The apt addons section is ignored on bionic for some reason
Expand Down

0 comments on commit ca843cd

Please sign in to comment.