mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 23:08:19 +00:00
Limit formatter to pull requests only (#6540)
This commit is contained in:
@@ -208,9 +208,10 @@ matrix:
|
|||||||
- cd android; ./gradlew clean build
|
- cd android; ./gradlew clean build
|
||||||
|
|
||||||
- language: generic
|
- language: generic
|
||||||
|
if: type IN (pull_request)
|
||||||
os: linux
|
os: linux
|
||||||
install:
|
install:
|
||||||
- bash .travis/format_install.sh
|
- bash .travis/format_install.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash .travis/format_check.sh
|
- bash .travis/format_check.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user