Limit formatter to pull requests only (#6540)
authormustiikhalil <mustii@mmk.one>
Thu, 1 Apr 2021 17:09:43 +0000 (20:09 +0300)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 17:09:43 +0000 (20:09 +0300)
.travis.yml

index 8736f2d..3ca86de 100644 (file)
@@ -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