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 - linux
- osx - osx
osx_image: xcode10.3 osx_image: xcode11.3
notifications: notifications:
email: email:
@ -17,8 +17,6 @@ addons:
homebrew: homebrew:
packages: packages:
- mingw-w64 - mingw-w64
update: true
env: env:
- MAKE_BUILD=make - MAKE_BUILD=make
- MAKE_BUILD=debug - MAKE_BUILD=debug

Loading…
Cancel
Save