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
1010 yarn build --ignore=" @sentry/ember"
1111 nvm use 6
1212 # 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 "
1414elif [[ " $( cut -d. -f1 <<< " $TRAVIS_NODE_VERSION" ) " -le 8 ]]; then
1515 yarn install --ignore-engines --ignore-scripts
1616 # ember requires Node >= 10 to build
1717 yarn build --ignore=" @sentry/ember"
1818 # 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 "
2020else
2121 yarn install
2222 yarn build
You can’t perform that action at this time.
0 commit comments