Skip to content

Commit 29411f9

Browse files
committed
set npm deploy condition to all_branches because of known issue (see http://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on%3A)
1 parent 4cd97a1 commit 29411f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ deploy:
99
secure: evlzKBR3P22szNdL2w4zS6NFaWJXQMFTUMFXFBnPkofNsnZAdOVPmNTqQbze3fQF+B/Eijv1rHShommktxV567lZi+oewIU5g7zPitiXHzwwuCcaswZnX2W5P2RHHykrpUYAJ9hfkNHolrdf6oLtzvc1aiwKhRgXr9oPLMPGjEA=
1010
on:
1111
tags: true
12-
repo: tschortsch/gulp-bootlint
13-
branch: master
12+
all_branches: true

0 commit comments

Comments
 (0)