projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff052d
)
Add first travis config file
author
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 15:57:30 +0000
(10:57 -0500)
committer
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 15:57:30 +0000
(10:57 -0500)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
fc7f5bc
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,6
@@
+language: c
+compiler:
+ - gcc
+ - clang
+
+script: ./configure && make && make check