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 3cf67f9 commit 52ef24a
Showing 1 changed file with 1 addition and 1 deletion.
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 52ef24a

Please sign in to comment.