Browse Source

Add linting to travis

master
Luke Childs 9 years ago
parent
commit
c879dc8ec9
  1. 1
      .travis.yml

1
.travis.yml

@ -1,2 +1,3 @@
language: node_js
node_js: node
script: npm run lint && npm test

Loading…
Cancel
Save