Skip to content

Commit

Permalink
Merge 5924f43 into 2579fc6
Browse files Browse the repository at this point in the history
  • Loading branch information
heysailor committed Mar 28, 2018
2 parents 2579fc6 + 5924f43 commit 96b4690
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,7 +1,14 @@
language: node_js
node_js:
- "8"
- '8'
cache: yarn
after_success:
- ./coveralls.sh
- test $TRAVIS_BRANCH == "master" && npm publish
- "./coveralls.sh"
deploy:
provider: npm
email: nick@nickmcintosh.net
api_key:
secure: RKGNehOP/GCw3m/rIw044IxgLzUXtjN9/Xi24rEIDT65kQnIWpcX3FBf7uqNFd10FKRynfZSgCy5oTgYY1J04sy+NYIfOINTPnsF0jdks/fBwuyxHU3otXHYLsiJOUwksG2X6mqr/Y3qH6SYXlfrFqIPzk/BCK5MfrKFhPoMG0tYF/9mXPiKTW7snNX8n8fluAfIzK5nfuM1qbxH2weyqXqy5AWRHnfY6GtDDttQhg1kStM2WjLRx93PT+Zfd3nLuzLn3CwQlEFp3CbnRZRbByCTfzF5NfEeAT+p0D3kAsRLRXAoPqL/Y0/DIjOsWluSK304LxQYvTDFpJR6Jne706MslBdYiHXTzopA44kGDYpbXYJ9ZrRN4oXKATCB2xB/UKMkkdPkLyUagXEqk+Sv/zABxD8ueZqCwjurR0HKPboEwJCc7fPUWc0hrXk+wFBhzQA8goyjR/BxPrNuiZQtKXL2XIUNyhVsLhfgp+vfRt2E2MfVUXRluTiVhe3dq6N35CAR8uMKnsud44pg2Z4lIZsj4wjQcEbwWeGl9yPIOT86avqQuhCegz4ZsAlajAUMGuHvA0QTO3FKxMxlTh6Mu6FrYVPKUDsXhZVdFh4zabAwfx3a3nr/YvC5atjRxoSx8kvNV89nWFmnq2965Ggc7xtkaYQB044X1N3e/JrlQ+8=
on:
tags: true
repo: heysailor/redux-worker-queue
4 changes: 2 additions & 2 deletions coverage/clover.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1522254076670" clover="3.2.0">
<project timestamp="1522254076670" name="All files">
<coverage generated="1522254735849" clover="3.2.0">
<project timestamp="1522254735849" name="All files">
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="0" coveredelements="0" complexity="0" loc="0" ncloc="0" packages="0" files="0" classes="0">
</metrics>
</project>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Expand Up @@ -67,7 +67,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Mar 28 2018 17:21:16 GMT+0100 (BST)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Mar 28 2018 17:32:15 GMT+0100 (BST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down

0 comments on commit 96b4690

Please sign in to comment.