File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
10
10
yarn build --ignore=" @sentry/ember"
11
11
nvm use 6
12
12
# browser can be tested only on Node >= v8 because Karma is not supporting anything older
13
- yarn test --ignore=" @sentry/browser" --ignore=" @sentry/integrations" --ignore=" @sentry/react" --ignore=" @sentry/ember" --ignore=" @sentry/tracing"
13
+ yarn test --ignore=" @sentry/browser" --ignore=" @sentry/integrations" --ignore=" @sentry/react" --ignore=" @sentry/ember" --ignore=" @sentry/tracing" --ignore= " @sentry-internal/eslint-plugin-sdk " --ignore= " @sentry-internal/eslint-config-sdk "
14
14
elif [[ " $( cut -d. -f1 <<< " $TRAVIS_NODE_VERSION" ) " -le 8 ]]; then
15
15
yarn install --ignore-engines --ignore-scripts
16
16
# ember requires Node >= 10 to build
17
17
yarn build --ignore=" @sentry/ember"
18
18
# tracing, ember and react work only on Node >= v10
19
- yarn test --ignore=" @sentry/tracing" --ignore=" @sentry/react" --ignore=" @sentry/ember"
19
+ yarn test --ignore=" @sentry/tracing" --ignore=" @sentry/react" --ignore=" @sentry/ember" --ignore= " @sentry-internal/eslint-plugin-sdk " --ignore= " @sentry-internal/eslint-config-sdk "
20
20
else
21
21
yarn install
22
22
yarn build
You can’t perform that action at this time.
0 commit comments