You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/test.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
8
8
yarn install --ignore-engines
9
9
yarn build
10
10
nvm use 6
11
-
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react"# latest version of karma doesn't run on node 6
11
+
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" --ignore="@sentry/tracing"# latest version of karma doesn't run on node 6
0 commit comments