diff options
author | Thomas Lively <tlively@google.com> | 2019-11-22 16:25:47 -0800 |
---|---|---|
committer | Thomas Lively <tlively@google.com> | 2019-11-22 16:25:47 -0800 |
commit | 9a2cb235332616dc55b6527ac0716ebb24010a16 (patch) | |
tree | 9b55128f587d7ea4083ec1c2361a6237e7b36681 | |
parent | 88f6c72946a7ba1d2d8010840fb7919ff0d82210 (diff) | |
download | binaryen-9a2cb235332616dc55b6527ac0716ebb24010a16.tar.gz binaryen-9a2cb235332616dc55b6527ac0716ebb24010a16.tar.bz2 binaryen-9a2cb235332616dc55b6527ac0716ebb24010a16.zip |
Revert "Update MacOS version in CI"
This reverts commit 88f6c72946a7ba1d2d8010840fb7919ff0d82210, which
was accidentally committed directly to master via the GitHub UI.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f5f744983..e8416cf06 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=12.0 ARCH=x86_64-apple-darwin + - env: JOB=dist-osx MACOSX_DEPLOYMENT_TARGET=10.9 ARCH=x86_64-apple-darwin os: osx - stage: test + stage: build script: - cmake . && make <<: *DEPLOY_TO_GITHUB |