Skip to content

Commit 71a0c9b

Browse files
committed
travis ci added
1 parent 716b773 commit 71a0c9b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- 'stable'
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm test
9+
deploy:
10+
provider: npm
11+
email: "zonayedpca@yahoo.com"
12+
api_key: $npm_token
13+
skip_cleanup: true
14+
on:
15+
branch: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-web-workers",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simplest wat to work with Web Workers in React",
55
"author": "Zonayed Ahmed",
66
"license": "MIT",

0 commit comments

Comments
 (0)