Browse Source

Switch to a more up to date Mac image

This solves having to update brew
pull/691/head
Anders Jenbo 6 years ago
parent
commit
845a202398
  1. 4
      .travis.yml

4
.travis.yml

@ -4,7 +4,7 @@ os:
- linux
- osx
osx_image: xcode10.3
osx_image: xcode11.3
notifications:
email:
@ -17,8 +17,6 @@ addons:
homebrew:
packages:
- mingw-w64
update: true
env:
- MAKE_BUILD=make
- MAKE_BUILD=debug

Loading…
Cancel
Save