Skip to content

Commit 8866277

Browse files
committed
Deploy on any travis tag
1 parent 61139e6 commit 8866277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ script:
5151
5252
deploy:
5353
provider: releases
54+
skip_cleanup: true
5455
api_key:
5556
secure: j4gQ+m02izaw56EOd0gEStHAjCRfSCkohDWvpABiPzh1YPM9MvfEMSIvzzjV/0oMqi3Sy7eGyFv47EgQHZvouW0I8BIUzxuTCE5wP8z2SjABXCa/rz4WTppTc9d9ABq8JSdz80JxEwjmuwnYeMwWgOd7sT/VDiMxLYaXj0JWO7w=
5657
file_glob: true
5758
file: build/stage/*/*
5859
on:
5960
node_js: '10'
6061
repo: kelektiv/node.bcrypt.js
61-
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-\w)?
62+
tags: true

0 commit comments

Comments
 (0)