test: add .travis.yml for testing on Travis CI

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.
This commit is contained in:
Maciej Małecki 2011-12-04 01:23:59 +01:00 committed by isaacs
parent cf20b6bf65
commit 9023b0b3a2

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: node_js
before_script:
- "./configure"
- "make"
script:
- "make test"
notifications:
email: false
irc:
- "irc.freenode.net#libuv"