Skip to content

Commit

Permalink
Merge 15ff617 into 4910711
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrogha committed May 10, 2019
2 parents 4910711 + 15ff617 commit 79422e2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ script:

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"coveralls": "^3.0.3",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
Expand Down

0 comments on commit 79422e2

Please sign in to comment.