Skip to content

Commit 89336f6

Browse files
committed
Update project to Symfony 4 beta4
1 parent e186324 commit 89336f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+625
-230
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ script:
3232
# this checks that the Twig template files contain no syntax errors
3333
- ./bin/console lint:twig templates
3434
# this checks that the XLIFF translations contain no syntax errors
35-
- ./bin/console lint:xliff translations
35+
- ./bin/console lint:xliff config/translations
3636
# this checks that the application doesn't use dependencies with known security vulnerabilities
3737
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
3838
# this checks that the composer.json and composer.lock files are valid

0 commit comments

Comments
 (0)