aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d397c872..7fe15c5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,6 @@ before_install:
55script: 55script:
56 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o 56 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o
57 - ant prepare-$DB 57 - ant prepare-$DB
58 - bin/phpunit -v 58 - phpunit -v
59 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 59 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
60 - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; 60 - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;