Skip to content

Commit

Permalink
(SIMP-5735) Fix Travis deploy logic (#43)
Browse files Browse the repository at this point in the history
SIMP-5753 #comment Fixed Travis deploy logic in krb5
  • Loading branch information
op-ct authored and trevor-vaughan committed Nov 27, 2018
1 parent de1a440 commit a646bef
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 @@ -24,7 +24,7 @@ stages:
- check
- spec
- name: deploy
if: 'fork = false AND tag = true'
if: 'tag IS present'

bundler_args: --without development system_tests --path .vendor

Expand Down

0 comments on commit a646bef

Please sign in to comment.