Skip to content

Commit

Permalink
Add travis file which runs lint on check in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jul 20, 2012
1 parent e777f28 commit f90ed57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js

node_js:
- 0.6
- 0.8

before_script: ./lint.sh

notifications:
email:
- tomaz+travisci@tomaz.me

0 comments on commit f90ed57

Please sign in to comment.