Skip to content

Commit

Permalink
fix(Fix Travis CI command in package.json):
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 28, 2018
1 parent e30fbab commit fbfa466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prettier": "prettier --config .prettierrc --write",
"test": "yarn mocha \"packages-*/**/tests/**/*.test.js\"",
"test:api": "yarn mocha \"packages-api/**/tests/**/*.test.js\"",
"test:travis": "yarn build && yarn --check-coverage --lines 95 --functions 95 --branches 91 yarn test && nyc report --reporter=text-lcov | coveralls",
"test:travis": "yarn build && nyc --check-coverage --lines 95 --functions 95 --branches 91 yarn test && nyc report --reporter=text-lcov | coveralls",
"test:utils": "yarn mocha \"packages-utils/**/tests/**/*.test.js\"",
"test:webiny-api": "yarn mocha \"packages-api/webiny-api/tests/**/*.test.js\"",
"test:webiny-data-extractor": "yarn mocha \"packages-utils/webiny-data-extractor/tests/**/*.test.js\"",
Expand Down

0 comments on commit fbfa466

Please sign in to comment.