]> pd.if.org Git - lice/blobdiff - .travis.yml
autocommit for files dated 2014-11-17 20:15:14
[lice] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..87233af
--- /dev/null
@@ -0,0 +1,13 @@
+language: c
+compiler:
+    - gcc
+    - clang
+script: make && make test
+notifications:
+    irc:
+        channels:
+            - "irc.freenode.org#gmqcc"
+        template:
+            - "[%{commit} : %{author}] %{message}"
+            - "%{build_url}"
+        skip_join: true