projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
2a50167
)
travis-ci
author
Michael Wallner
<mike@php.net>
Fri, 4 Jan 2013 10:08:07 +0000
(10:08 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 4 Jan 2013 10:08:07 +0000
(10:08 +0000)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
a010051
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,10
@@
+language: php
+
+php:
+ - 5.3
+ - 5.4
+
+before_script: phpize
+
+script: ./configure && make && make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
+