Skip to content

Commit 05146d9

Browse files
committed
chore: Scopes packagename into @windingtree, adds travis-ci deploy #318
1 parent fec951f commit 05146d9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
group: beta
44
language: node_js
55
node_js:
6-
- "7"
6+
- "8"
77
cache:
88
yarn: true
99
env:
@@ -15,3 +15,14 @@ matrix:
1515
- env: SOLIDITY_COVERAGE=true
1616
script:
1717
- ./scripts/ci.sh
18+
before_deploy: npm run buildfornpm
19+
deploy:
20+
provider: npm
21+
22+
skip_cleanup: true
23+
api_key: $NPM_TOKEN
24+
on:
25+
branch: master
26+
tags: true
27+
28+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lif-token",
2+
"name": "@windingtree/lif-token",
33
"version": "0.1.0",
44
"description": "Winding Tree Platform Token",
55
"main": "index.js",

0 commit comments

Comments
 (0)