projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a77d7
)
Add travis file for testing
author
Jacob Quinn
<quinn.jacobd@gmail.com>
Thu, 7 Aug 2014 21:04:03 +0000
(17:04 -0400)
committer
Jacob Quinn
<quinn.jacobd@gmail.com>
Thu, 7 Aug 2014 21:04:03 +0000
(17:04 -0400)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
fbcf483
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,8
@@
+language: c
+compiler:
+ - gcc
+ - clang
+notifications:
+ email: false
+script:
+ - make && make check
\ No newline at end of file