Skip to content

Commit

Permalink
cd: ignore react on node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 8, 2020
1 parent 8ee6baf commit 5174791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/react/package.json
Expand Up @@ -66,9 +66,6 @@
"^.+\\.ts$": "ts-jest",
"^.+\\.tsx$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(@testing-library)/)"
],
"moduleFileExtensions": [
"js",
"ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Expand Up @@ -8,7 +8,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
yarn install --ignore-engines
yarn build
nvm use 6
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" # latest version of karma doesn't run on node 6
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" # latest version of karma doesn't run on node 6
else
yarn install
yarn build
Expand Down

0 comments on commit 5174791

Please sign in to comment.