aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-04 07:25:05 +0200
committerGitHub <noreply@github.com>2016-10-04 07:25:05 +0200
commit10f51f429d946831096510595207820e5a22d2c5 (patch)
tree81db528057a0604add268ac5524cecd771ab701c /.travis.yml
parent96a99d4375accdcd2ca119849996c0a2c5bf4c0d (diff)
downloadwallabag-10f51f429d946831096510595207820e5a22d2c5.tar.gz
wallabag-10f51f429d946831096510595207820e5a22d2c5.tar.zst
wallabag-10f51f429d946831096510595207820e5a22d2c5.zip
Update .travis.yml
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 f0a490c1..3cd59c5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,4 +96,4 @@ script:
96 - if [[ $VALIDATE_TRANSLATION_FILE = '' || $ASSETS = '' ]]; then phpunit -v ; fi; 96 - if [[ $VALIDATE_TRANSLATION_FILE = '' || $ASSETS = '' ]]; then phpunit -v ; fi;
97 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 97 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
98 - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; 98 - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;
99 - if [[ $ASSETS = build ]]; then node_modules/grunt/bin/grunt; fi; 99 - if [[ $ASSETS = build ]]; then grunt; fi;