From 8f1f2f0fa26403dac050b86940860dec0d16eb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 26 Dec 2019 15:11:07 +0100 Subject: [PATCH] Dont do a xliff lint on travis Symfony does not know an attribute php-translation bundle outputs, so the check fails. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c89fc88..4023b4ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: # Perform some simple linting if everything is correct - ./bin/console lint:yaml config --parse-tags - ./bin/console lint:twig templates --env=prod - - ./bin/console lint:xliff translations + # - ./bin/console lint:xliff translations # Check if we dont use dependencies with known vulnerabilities - ./bin/console security:check # Check doctrine mapping