diff --git a/.travis.yml b/.travis.yml index 663b27ae..ef711af8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js node_js: - 0.8 - - 0.10 \ No newline at end of file + - 0.10 +before_script: + - npm run-script lint \ No newline at end of file