File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ install:
1414 - cd integration/app-with-serverless-offline && npm ci && cd ../../
1515script :
1616 - npm run lint
17- - npm test
17+ - if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then npm test; fi
1818 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run coveralls; fi
1919 - npm run integration
Original file line number Diff line number Diff line change 2020 "test:watch" : " npm run test -- --watch --collect-coverage=false" ,
2121 "publish" : " lerna publish --conventional-commits" ,
2222 "lint" : " eslint ." ,
23- "coveralls" : " jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
23+ "coveralls" : " jest --runInBand -- coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
2424 "integration" : " jest --config jest.integration.config.json --setupTestFrameworkScriptFile=./jest.integration.setup.js" ,
2525 "postinstall" : " opencollective-postinstall || true"
2626 },
You can’t perform that action at this time.
0 commit comments