Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantiago committed Oct 8, 2018
1 parent 2116861 commit 3270256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: false

language: node_js
node_js:
- 8
Expand All @@ -14,3 +13,6 @@ after_success:
branches:
only:
- master

service_name: travis-pro
repo_token: oyshPqObipczeuEoqXrQ8sS9zaNGOC9fG
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-case-when",
"version": "0.0.1",
"description": "Small utility module for flow-control in React",
"description": "Small utility module for conditional rendering in React",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand Down

0 comments on commit 3270256

Please sign in to comment.