Skip to content

Commit

Permalink
ci: jest ci flag (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed May 4, 2019
1 parent 8dd7d0d commit c82faa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
script: npm run commitlint
- name: test
script:
- npm run test
- npm test -- --ci --coverage
- npm run coveralls
- name: build
script: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"commitlint": "commitlint-travis",
"build": "webpack --mode=production",
"build-watch": "webpack --mode=development --watch",
"test": "jest --coverage",
"test": "jest",
"test-watch": "jest --watch",
"coveralls": "cat ./artifacts/coverage/lcov.info | coveralls",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit c82faa1

Please sign in to comment.