File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ jobs:
1818 env :
1919 - TRAVIS_NODE_VERSION="8"
2020 - SKIP_DEPLOY=0
21- if : tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
21+ if : tag =~ /^ \d+\.\d+\.\d+/ OR branch = master OR type = pull_request
2222 - name : " OSX - Node 8"
2323 os : osx
2424 env :
2525 - TRAVIS_NODE_VERSION="8"
2626 - SKIP_DEPLOY=0
27- if : tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
27+ if : tag =~ /^ \d+\.\d+\.\d+/ OR branch = master OR type = pull_request
2828 - name : " Linux - Node 10"
2929 os : linux
3030 env :
3131 - TRAVIS_NODE_VERSION="10"
3232 - SKIP_DEPLOY=0
33- if : tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
33+ if : tag =~ /^ \d+\.\d+\.\d+/ OR branch = master OR type = pull_request
3434 - name : " OSX - Node 10"
3535 os : osx
3636 env :
3737 - TRAVIS_NODE_VERSION="10"
3838 - SKIP_DEPLOY=0
39- if : tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
39+ if : tag =~ /^ \d+\.\d+\.\d+/ OR branch = master OR type = pull_request
4040
4141 # Publish to npm only on release tag
4242 - stage : publish
Original file line number Diff line number Diff line change 11[package ]
22name = " recrypt-node-binding"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [" IronCore Labs <code@ironcorelabs.com>" ]
55
66[lib ]
You can’t perform that action at this time.
0 commit comments