We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf67f9 commit 52ef24aCopy full SHA for 52ef24a
scripts/test.sh
@@ -8,7 +8,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
8
yarn install --ignore-engines
9
yarn build
10
nvm use 6
11
- 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
12
else
13
yarn install
14
0 commit comments