summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-11-22 17:40:23 -0800
committerGitHub <noreply@github.com>2019-11-22 17:40:23 -0800
commitd90583cf509c3f21b3b5136d3872b097c5f2800c (patch)
tree002278453a17cb28e8d517592f3d323ea8ef20c1
parent9a2cb235332616dc55b6527ac0716ebb24010a16 (diff)
downloadbinaryen-d90583cf509c3f21b3b5136d3872b097c5f2800c.tar.gz
binaryen-d90583cf509c3f21b3b5136d3872b097c5f2800c.tar.bz2
binaryen-d90583cf509c3f21b3b5136d3872b097c5f2800c.zip
Upgrade Travis MacOS: take 2 (#2465)
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e8416cf06..3247f3d22 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 ARCH=x86_64-apple-darwin
os: osx
- stage: build
+ stage: test
script:
- cmake . && make
<<: *DEPLOY_TO_GITHUB