forked from harvesthq/chosen-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (20 loc) · 817 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sudo: false
language: node_js
node_js:
- "node"
deploy:
provider: npm
email: [email protected]
api_key:
# This key is for automatically publishing releases to NPM,
# but it is encrypted for publishing publicly like this using Travis.
# More information about how this token is generated and encrypted here:
# https://docs.travis-ci.com/user/deployment/npm#NPM-auth-token
#
# Be sure to use the _package_ repo when encrypting since that is what
# publishes to NPM:
# travis encrypt THE-API-KEY -r "harvesthq/chosen-package"
secure: "LymcaqX4oXPmaIxaTYeMziNsr+FBi4WVZCc5XqCEeZxC/spRousJDX+oEf/gnmWtN5+sOEtct/WKALXye9MiOVkrRG87YEGXGaG5EQVm4+NJbulHpp/TNhJ61Su+NA+52rpj6zgeq15ruIaMr8OQXGkqdq1IRSlShXuaUgKByNY="
on:
tags: true
repo: harvesthq/chosen-package