Commit 01a7310
committed
chore(travis): remove duplicate npm deploy providers
Currently we have npm deploy provider for each branch that we want to publish on push. By design Travis will not call the deployment providers on PR builds, so they are executed only on push.
Our current travis build is triggered only on push in three branches - `master`, `release` and `release-patch`. So there's no need to have the same logic about deploying in npm three times as it cannot be executed for any other branch at the moment.
So keep a single deploy mechanism and allow it for all branches.1 parent 60d9ffa commit 01a7310
1 file changed
+1
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 31 | + | |
46 | 32 | | |
47 | 33 | | |
0 commit comments