summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-11-25 18:51:22 -0500
committerFrederic Guillot <fred@kanboard.net>2016-11-25 18:51:22 -0500
commite64faae69aec404b2641b8ae281afe20806e8292 (patch)
treedad3680f3226d7a82631eb0378a2e929a39bcb09 /.travis.yml
parentf73d369dd0a451ca6d176a318cdbf940b0a9d63d (diff)
Add jshint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c5300575..8c78bf8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,8 @@ before_script:
- if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
- phpenv config-add tests/php.ini
- composer install
+ - npm install
+ - ./node_modules/.bin/jshint assets/js/{core,components}
script:
- phpunit -c tests/units.$DB.xml