Skip to content

Commit 876d249

Browse files
author
yushulx
committed
Added .travis.yml
1 parent 36deac1 commit 876d249

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "12.13"
4+
5+
deploy:
6+
provider: npm
7+
email: $EMAIL
8+
api_key: $API_KEY
9+
on:
10+
tags: true
11+
branch: master

0 commit comments

Comments
 (0)