diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-11-22 16:20:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 16:20:57 -0800 |
commit | 88f6c72946a7ba1d2d8010840fb7919ff0d82210 (patch) | |
tree | 3aefe46edc48df31ae5ebe2f3488b351effaf037 | |
parent | 66008703800039e9de7cee83ceab1352857d80ea (diff) | |
download | binaryen-88f6c72946a7ba1d2d8010840fb7919ff0d82210.tar.gz binaryen-88f6c72946a7ba1d2d8010840fb7919ff0d82210.tar.bz2 binaryen-88f6c72946a7ba1d2d8010840fb7919ff0d82210.zip |
Update MacOS version in CI
Also enables MacOS on PRs, possibly temporarily.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e8416cf06..f5f744983 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,9 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB jobs: include: # OSX Binary - - env: JOB=dist-osx MACOSX_DEPLOYMENT_TARGET=10.9 ARCH=x86_64-apple-darwin + - env: JOB=dist-osx MACOSX_DEPLOYMENT_TARGET=12.0 ARCH=x86_64-apple-darwin os: osx - stage: build + stage: test script: - cmake . && make <<: *DEPLOY_TO_GITHUB |