summary refs log tree commit diff
path: root/http-parser/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'http-parser/.travis.yml')
-rw-r--r--http-parser/.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/http-parser/.travis.yml b/http-parser/.travis.yml
new file mode 100644
index 0000000..4b038e6
--- /dev/null
+++ b/http-parser/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+
+compiler:
+  - clang
+  - gcc
+
+script:
+  - "make"
+
+notifications:
+  email: false
+  irc:
+    - "irc.freenode.net#node-ci"