Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: add .travis.yml for testing on Travis CI
Browse files Browse the repository at this point in the history
As discussed with @isaacs, build reports will be sent to #libuv IRC
channel. E-mail notifications are turned off so that Travis doesn't
bother committers about failures in forks.
  • Loading branch information
mmalecki authored and isaacs committed Dec 6, 2011
1 parent cf20b6b commit 9023b0b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: node_js

before_script:
- "./configure"
- "make"

script:
- "make test"

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

0 comments on commit 9023b0b

Please sign in to comment.