Skip to content

Commit 2b7134d

Browse files
committed
Ignore @sentry/ember in build phase as well as node > 10 is required
1 parent 55f35fe commit 2b7134d

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
@@ -6,12 +6,12 @@ source ~/.nvm/nvm.sh
66
if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
77
nvm use 8
88
yarn install --ignore-engines --ignore-scripts
9-
yarn build
9+
yarn build --ignore="@sentry/ember"
1010
nvm use 6
1111
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
14-
yarn build
14+
yarn build --ignore="@sentry/ember"
1515
yarn test --ignore="@sentry/tracing" --ignore="@sentry/react" --ignore="@sentry/ember"
1616
else
1717
yarn install

0 commit comments

Comments
 (0)