diff options
-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 |