We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61139e6 commit 8866277Copy full SHA for 8866277
.travis.yml
@@ -51,11 +51,12 @@ script:
51
52
deploy:
53
provider: releases
54
+ skip_cleanup: true
55
api_key:
56
secure: j4gQ+m02izaw56EOd0gEStHAjCRfSCkohDWvpABiPzh1YPM9MvfEMSIvzzjV/0oMqi3Sy7eGyFv47EgQHZvouW0I8BIUzxuTCE5wP8z2SjABXCa/rz4WTppTc9d9ABq8JSdz80JxEwjmuwnYeMwWgOd7sT/VDiMxLYaXj0JWO7w=
57
file_glob: true
58
file: build/stage/*/*
59
on:
60
node_js: '10'
61
repo: kelektiv/node.bcrypt.js
- condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-\w)?
62
+ tags: true
0 commit comments