Skip to content

Commit

Permalink
fix(travis): only deploy when all builds succeeded
Browse files Browse the repository at this point in the history
This is a fix, because previous version was corrupted on npm.
  • Loading branch information
davidnpma committed Apr 7, 2015
1 parent fc7b224 commit aa0ac1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ deploy:
on:
branch: master
repo: excellenteasy/android-icons
condition: "$BUILD_LEADER$BUILD_AGGREGATE_STATUS = YESothers_succeeded"
api_key:
secure: VAuhQ3rnfR4OBv809ez01wll6tORbQ3oVy+2EpiDZNPp6MldK53ZpBHOHHE5dy4A8UhodRSzUf8G0mOMH4Y+akiSTMu8jXFEoEz6NGgksNAgdbXlyITlQnjrv5BHGSohraLHmrlFmOOh3mAZ1CihL2lmJN2SAr5k3zA6mWCpovM=
env:
Expand Down

0 comments on commit aa0ac1d

Please sign in to comment.