Skip to content

Commit

Permalink
Add travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed May 22, 2013
1 parent ced1c7a commit b465e64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- 0.6
- 0.8
- 0.10

script:
- npm run-script lint
- npm run-script test

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

0 comments on commit b465e64

Please sign in to comment.