Skip to content

Commit

Permalink
reverting an earlier change (google#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored and Christopher Joel committed Sep 30, 2019
1 parent efdd2f7 commit 078f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-fidelity-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

if [[ "${TEST_TYPE}" = "fidelity" && "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
if [[ "${TEST_TYPE}" = "fidelity" || ("${TRAVIS_BRANCH}" = "master" && "${TRAVIS_PULL_REQUEST}" = "false") ]]; then
npm run build
npm run check-fidelity
fi

0 comments on commit 078f487

Please sign in to comment.