Run lint in travis too

pull/1/head
Alex Beregszaszi 9 years ago
parent 364c4dbdbc
commit e50fb57ef2
  1. 2
      .travis.yml

@ -1,7 +1,7 @@
language: node_js
node_js:
- stable
script: npm run build
script: npm run lint && npm run build
deploy:
provider: script
script: ci/deploy_from_travis.sh

Loading…
Cancel
Save