diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2019-07-01 19:38:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 19:38:49 +0300 |
commit | 84bd1e141a67745d6c06e179d62f5b17cef99e31 (patch) | |
tree | 0edded8b6c50df01c18a89dd1668b67429ee59d8 /.travis.yml | |
parent | b56ef6bb0e42f9417b65242142cfa02a38e781e6 (diff) | |
download | libADLMIDI-84bd1e141a67745d6c06e179d62f5b17cef99e31.tar.gz libADLMIDI-84bd1e141a67745d6c06e179d62f5b17cef99e31.tar.bz2 libADLMIDI-84bd1e141a67745d6c06e179d62f5b17cef99e31.zip |
Changed macOS image for Travis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3dc4494..01af559 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: - libvlc-dev - libvlccore-dev - os: osx - osx_image: xcode9.4 + osx_image: xcode10.2 compiler: clang++ addons: homebrew: |