Skip to content

Commit

Permalink
(SIMP-5735) Fix Travis deploy logic (simp#89)
Browse files Browse the repository at this point in the history
SIMP-5753 #comment Fixed Travis deploy logic in rsyslog
  • Loading branch information
op-ct authored and lnemsick-simp committed Nov 26, 2018
1 parent 8cb5f47 commit 450eb65
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 450eb65

Please sign in to comment.