Skip to content

Commit

Permalink
adding back auto depoly
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Dec 22, 2015
1 parent e3ed22a commit 1d9deac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage
tmp
.idea
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ before_script:
- npm run lint
script:
- npm test
deploy:
provider: npm
email: [email protected]
api_key:
secure: HrsDNZJrHUscxmUICRn9QdM35OBvByDnsDji1IyFmn0hfQR0hOFsLg+8y46HYZ40L3BIN9XTjoQsUxsBaipAmpmFbKDzCDom2BLPmHRA3JULSWDz6w2R3iaDk9cZuCZwVk1KdYt4pIcbDTI+AyGcqg3oA1oBV2EORhW+rsVx5fg=
skip_cleanup: true
on:
tags: true
before_deploy:
- npm run build
after_success:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-socket",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/thoov/mock-socket",
"main": "dist/mock-socket.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-socket",
"version": "1.0.3",
"version": "1.0.4",
"description": "A mocking library for WebSockets",
"main": "./dist/mock-socket",
"directories": {
Expand Down

0 comments on commit 1d9deac

Please sign in to comment.