Skip to content

Commit 33fb65f

Browse files
committed
Fix npm publish
1 parent 3e3e272 commit 33fb65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
- osx
77
- windows
88
script: npm run ci-test
9-
if: tag is blank
9+
if: '!(commit_message =~ /^Release/ && tag is not blank)'
1010
jobs:
1111
include:
1212
- stage: Deploy

0 commit comments

Comments
 (0)