Skip to content

Commit

Permalink
Fix #2574: don't run tests on MacOSX before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 4, 2017
1 parent 07afeb7 commit a48ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ stages:
- *doc_stage_name
- test
- name: *stage_test_osx_name
if: type IN (api, cron) OR tag IS present
if: type IN (api, cron)
- name: *deploy_stage_name
# This will prevent deploy unless it's a tagged commit:
if: tag IS present
Expand Down

0 comments on commit a48ae66

Please sign in to comment.