summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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