Skip to content

Commit

Permalink
Update build-and-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Dec 13, 2017
1 parent 431c30f commit 4093aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ if [[ $TRAVIS_OS_NAME == 'linux' ]]; then # Only run the CI checks on the linux
fi

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

Expand Down

0 comments on commit 4093aca

Please sign in to comment.