Skip to content

Commit 55f35fe

Browse files
committed
Ignore ember in additional node.js checks
1 parent f0779dd commit 55f35fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
88
yarn install --ignore-engines --ignore-scripts
99
yarn build
1010
nvm use 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
11+
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" --ignore="@sentry/ember" --ignore="@sentry/tracing" # latest version of karma doesn't run on node 6
1212
elif [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 8 ]]; then
1313
yarn install --ignore-engines --ignore-scripts
1414
yarn build
15-
yarn test --ignore="@sentry/tracing" --ignore="@sentry/react"
15+
yarn test --ignore="@sentry/tracing" --ignore="@sentry/react" --ignore="@sentry/ember"
1616
else
1717
yarn install
1818
yarn build

0 commit comments

Comments
 (0)