diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3247f3d22..083935b65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ jobs: # OSX Binary - env: JOB=dist-osx ARCH=x86_64-apple-darwin os: osx - stage: test + stage: build script: - cmake . && make <<: *DEPLOY_TO_GITHUB |