Skip to content

Commit

Permalink
ci: Remove stage
Browse files Browse the repository at this point in the history
If stage is there travis reports success to early
  • Loading branch information
HazAT committed Dec 9, 2017
1 parent bdd5d42 commit b87a587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ env:

jobs:
include:
- stage: deploy
if: tag IS present
env:
- LANE=deploy
script: .travis/stage-carthage.sh
after_success:
- npm install -g @zeus-ci/cli
Expand Down

0 comments on commit b87a587

Please sign in to comment.