summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormustiikhalil <mustii@mmk.one>2021-04-01 20:09:43 +0300
committerGitHub <noreply@github.com>2021-04-01 20:09:43 +0300
commit1aa0c2f6a9c2c69886d36492fba1670e0dd32275 (patch)
tree9644f36629ced16afdb2a70d48f22ece29d8b216
parent4133a39df80546ff5269894a3961c7069fcd45d0 (diff)
downloadflatbuffers-1aa0c2f6a9c2c69886d36492fba1670e0dd32275.tar.gz
flatbuffers-1aa0c2f6a9c2c69886d36492fba1670e0dd32275.tar.bz2
flatbuffers-1aa0c2f6a9c2c69886d36492fba1670e0dd32275.zip
Limit formatter to pull requests only (#6540)
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8736f2d5..3ca86de8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -208,9 +208,10 @@ matrix:
- cd android; ./gradlew clean build
- language: generic
+ if: type IN (pull_request)
os: linux
install:
- bash .travis/format_install.sh
-
+
script:
- bash .travis/format_check.sh