Skip to content

Commit

Permalink
Fix incorrect release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 25, 2015
1 parent f57311f commit 8010dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ deploy:
on:
all_branches: true
repo: CyclopsMC/EvilCraft
condition: "$TRAVIS_BRANCH =~ ^(master|release).*$"
tags: true
- provider: releases
skip_cleanup: true
Expand All @@ -31,7 +30,6 @@ deploy:
on:
all_branches: true
repo: CyclopsMC/EvilCraft
condition: "$TRAVIS_BRANCH =~ ^(master|release).*$"
tags: true
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 8010dad

Please sign in to comment.