summary refs log tree commit diff
path: root/http-parser/.travis.yml
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-05-07 22:16:57 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-05-07 22:16:57 +0200
commitd98c6e6bcb48bc7c910fe06dd9d94f2868bb1afb (patch)
treeb4708c3f62b0958c7acc7a4ae8f643653a3ec1ba /http-parser/.travis.yml
downloadhittpd-d98c6e6bcb48bc7c910fe06dd9d94f2868bb1afb.tar.gz
hittpd-d98c6e6bcb48bc7c910fe06dd9d94f2868bb1afb.tar.xz
hittpd-d98c6e6bcb48bc7c910fe06dd9d94f2868bb1afb.zip
initial commit
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"