summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ef5162cc..dfc23581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,11 +20,11 @@ env:
matrix:
fast_finish: true
-before_script:
+before_install:
- composer install
- - npm install
+ - npm install -g jshint
script:
- - ./node_modules/.bin/jshint assets/js/{core,components}
+ - jshint assets/js/{core,components}
- ./vendor/bin/phpunit -c tests/units.$DB.xml
- ./vendor/bin/phpunit tests/configtest