Updated travis options

This adds linting to our travis build.
This commit is contained in:
Michael Krotscheck 2016-03-22 07:32:37 -07:00
parent ea36b1b33e
commit 4ad6246d1a
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ node_js:
- v5
- v4
- '0.12'
- '0.10'
before_script:
- npm run lint