projects
/
statsd-tg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cb190
)
Add .travis.yml for CI.
master
author
Florian Forster
<ff@octo.it>
Thu, 27 Apr 2017 12:57:32 +0000
(14:57 +0200)
committer
octo
<ff@octo.it>
Thu, 27 Apr 2017 14:15:33 +0000
(16:15 +0200)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
755a873
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,11
@@
+dist: trusty
+sudo: false
+
+language: c
+compiler:
+ - clang
+ - gcc
+script:
+ - autoreconf -fi
+ - ./configure
+ - make all