Skip to content

Commit

Permalink
Merge 5b6cd25 into aa57384
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed Mar 21, 2019
2 parents aa57384 + 5b6cd25 commit f748e1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,9 @@ node_js:
- 8.15.0
install:
- yarn && yarn bootstrap
script:
- yarn test-ci
after_success:
- cat coverage/lcov.info
- cat coverage/lcov.info | coveralls

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"test": "npm run lint && npm run build && npm run flow && npm run jest",
"test-r": "npm run lint && npm run build && npm run test-node && (cd test/rendering-test && node node-rendering.js)",
"test-fast": "npm run test-node",
"test-ci": "npm run lint && node test/node-ci.js",
"test-ci": "npm run lint && npm run build && npm run flow && npm run jest-cover",
"test-node": "node test/node.js",
"test-dist": "node test/node-dist.js",
"test-browser": "webpack-dev-server --env.test --progress --hot --open",
Expand Down

0 comments on commit f748e1e

Please sign in to comment.