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

Commit 9023b0b

Browse files
mmaleckiisaacs
authored andcommitted
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.
1 parent cf20b6b commit 9023b0b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
before_script:
4+
- "./configure"
5+
- "make"
6+
7+
script:
8+
- "make test"
9+
10+
notifications:
11+
email: false
12+
irc:
13+
- "irc.freenode.net#libuv"
14+

0 commit comments

Comments
 (0)