diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-12-30 15:40:30 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-12-30 15:40:30 -0500 |
| commit | e1344e3e449430ac13ef79b03bfcaa2c0c82d150 (patch) | |
| tree | 1bed597e3fc52d10773856714cfaa5190db55723 | |
| parent | 28b4ae3260a9991dc6eac7d02f10756d8c5e10f0 (diff) | |
Move js check in travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8c78bf8b..e9ee6098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ before_script: - phpenv config-add tests/php.ini - composer install - npm install - - ./node_modules/.bin/jshint assets/js/{core,components} script: + - ./node_modules/.bin/jshint assets/js/{core,components} - phpunit -c tests/units.$DB.xml - phpunit tests/configtest |
