aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
commit9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch)
tree760b565a0c6bc7001b945d4d79fb5ffb84948550 /.travis.yml
parentf440e282819a1e92e3200cf2e588fc9a0c1278ac (diff)
downloadwallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
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 28f068b9..b9672936 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,4 +95,4 @@ script:
95 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; 95 - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi;
96 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 96 - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
97 - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; 97 - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;
98 - if [[ $ASSETS = build ]]; then ./node_modules/grunt-cli/bin/grunt; fi; 98 - if [[ $ASSETS = build ]]; then ./node_modules/grunt-cli/bin/grunt tests; fi;