Skip to content

Commit ba918c3

Browse files
committed
stop testing tracing in node 6
1 parent 608c8fe commit ba918c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ if [[ "$(cut -d. -f1 <<<"$NODE_VERSION")" -le 6 ]]; then
99
cd packages/node
1010
yarn add --dev --ignore-engines --ignore-scripts [email protected]
1111
cd ../..
12-
cd packages/tracing
13-
yarn add --dev --ignore-engines --ignore-scripts [email protected]
14-
cd ../..
1512

1613
# only test against @sentry/node and its dependencies - node 6 is too old for anything else to work
17-
yarn test --scope="@sentry/core" --scope="@sentry/hub" --scope="@sentry/minimal" --scope="@sentry/node" --scope="@sentry/utils" --scope="@sentry/tracing"
14+
yarn test --scope="@sentry/core" --scope="@sentry/hub" --scope="@sentry/minimal" --scope="@sentry/node" --scope="@sentry/utils"
1815

1916
elif [[ "$(cut -d. -f1 <<<"$NODE_VERSION")" -le 8 ]]; then
2017

0 commit comments

Comments
 (0)