Skip to content

Commit 52ef24a

Browse files
committed
cd: ignore react on node 6
1 parent 3cf67f9 commit 52ef24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
88
yarn install --ignore-engines
99
yarn build
1010
nvm use 6
11-
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" # latest version of karma doesn't run on node 6
11+
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" # latest version of karma doesn't run on node 6
1212
else
1313
yarn install
1414
yarn build

0 commit comments

Comments
 (0)