UNPKG
@nhz.io/slush-um
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Micro module generator (@nhz.io scoped)
github.com/nhz-io/nhz-io-slush-um
nhz-io/nhz-io-slush-um
@nhz.io/slush-um
/
templates
/
_travis.yml
14 lines
(12 loc)
•
282 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language:
node_js
node_js:
-
"8"
deploy:
-
provider:
script
script:
echo
"//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN"
>
~/.npmrc
2
>/dev/null
on:
tags:
true
-
provider:
script
script:
npm
install
&&
npm
publish
--access
public
on:
tags:
true