Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update jest script
Browse files Browse the repository at this point in the history
  • Loading branch information
chajath committed Oct 25, 2017
1 parent acdee31 commit e14c107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- stable
script: jest
script: yarn travis
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"travis": "jest",
"posttravis": "npm run-script coveralls",
"posttravis": "yarn coveralls",
"doc": "./node_modules/jsdoc/jsdoc.js -c ./jsdocConfig.json"
},
"authors": [
Expand Down

0 comments on commit e14c107

Please sign in to comment.