Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
test: add .travis.yml for testing on Travis CI
  • Loading branch information
mmalecki authored and bnoordhuis committed Dec 12, 2011
1 parent b06da4c commit 5989961
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js

script:
- "make test"

notifications:
email: false
irc:
- "irc.freenode.net#libuv"

0 comments on commit 5989961

Please sign in to comment.