Skip to content

Commit

Permalink
fix: travis-deploy-once
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Dec 2, 2018
1 parent d23b403 commit 8aec100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test": "NODE_ENV=test jest --config jest.json --coverage --verbose",
"test:watch": "NODE_ENV=test jest --config jest.json --watch --coverage --verbose",
"test:staging": "mocha -R spec --recursive --exit",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"homepage": "https://github.com/mateodelnorte/servicebus",
"repository": {
Expand Down

0 comments on commit 8aec100

Please sign in to comment.