Skip to content

Commit 271e318

Browse files
committed
moved branch option to deploy condition
1 parent 901dabd commit 271e318

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22
node_js:
33
- 'node'
4-
branches:
5-
only:
6-
- master
74
deploy:
85
on:
6+
branch: master
97
tags: true
108
provider: npm
119

0 commit comments

Comments
 (0)