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:
b3eb2fd
)
travis
author
Michael Wallner
<mike@php.net>
Mon, 3 Aug 2015 07:09:32 +0000
(09:09 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 3 Aug 2015 07:09:32 +0000
(09:09 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 003bad051b8c079517b76b67d315a2f7c0b958d8..9ac277751061e2ef6816314267616081ccb6b6bb 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-6,7
+6,7
@@
addons:
packages:
- php5-cli
- php-pear
- - libcurl
5
-openssl-dev
+ - libcurl
4
-openssl-dev
- zlib1g-dev
- libidn11-dev
- libevent-dev
@@
-46,4
+46,7
@@
script:
- make -f travis/pecl/Makefile ext PECL=http
- make -f travis/pecl/Makefile test
+after_script:
+ - test -e tests/helper/server.log && cat tests/helper/server.log
+
sudo: false