From 52ef24a27a1e6393e05ff6e9c04732eba8ff83a7 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 8 Jun 2020 14:41:45 -0400 Subject: [PATCH] cd: ignore react on node 6 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index a768307c6ed2..9752244cdbb1 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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