Skip to content

Commit

Permalink
Merge pull request ethereum#110 from tomochain/hotfix/travisconditions
Browse files Browse the repository at this point in the history
Hotfix travis conditions
  • Loading branch information
ngtuna authored Jul 31, 2018
2 parents 89df8f1 + 285f0cb commit b780226
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 @@ -91,7 +91,7 @@ stages:
- name: Github release
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
- name: Build and push untagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = false AND repo = tomochain/tomochain
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain
- name: Build and push tagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain

Expand Down

0 comments on commit b780226

Please sign in to comment.