Skip to content

Commit ba83729

Browse files
committed
travis
1 parent b5c1159 commit ba83729

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm publish
9+
branches:
10+
only:
11+
- master
12+
before_install:
13+
- npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN

0 commit comments

Comments
 (0)