diff --git a/.travis.yml b/.travis.yml index 854331e8..d2d38fd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,9 @@ node_js: install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - - npm install \ No newline at end of file + - npm i -g jshint + - npm install + +script: + - jshint . + - npm test \ No newline at end of file