Skip to content

Commit 4093aca

Browse files
Update build-and-test.sh
1 parent 431c30f commit 4093aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/travis/build-and-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ if [[ $TRAVIS_OS_NAME == 'linux' ]]; then # Only run the CI checks on the linux
1515
fi
1616

1717
# Only run on a PR against stable or on stable branch
18-
if [ "${TRAVIS_BRANCH}" = "stable" ]; then
18+
#if [ "${TRAVIS_BRANCH}" = "stable" ]; then
1919
# Check third party notices is up to date
2020
# npm run ts -s scripts/lca/generate-third-party -- --check
21-
fi
21+
#fi
2222
# TODO revert fix/publish to stable
2323
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] || [ "${TRAVIS_BRANCH}" = "stable" ]; then
2424

0 commit comments

Comments
 (0)