Only run Travis on master branch, not on export-DXXXXX branches. (#16628)

Summary:
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16628

Differential Revision: D13922097

Pulled By: ezyang

fbshipit-source-id: eb16d90cc61167af5edc0c4e361d7a807a3099e5
This commit is contained in:
Edward Yang
2019-02-01 09:28:33 -08:00
committed by Facebook Github Bot
parent 3672f1536e
commit d29912f59e

View File

@ -36,3 +36,6 @@ matrix:
python: "3.6"
script: tools/run-clang-tidy-in-ci.sh
branches:
only:
- master