skip online test
[m6w6/ext-http] / .travis.yml
index 003bad051b8c079517b76b67d315a2f7c0b958d8..97ed25aecd1f93db2cc72d6dbb6a93a297176361 100644 (file)
@@ -6,7 +6,7 @@ addons:
   packages:
    - php5-cli
    - php-pear
-   - libcurl5-openssl-dev
+   - libcurl4-openssl-dev
    - zlib1g-dev
    - libidn11-dev
    - libevent-dev
@@ -39,11 +39,21 @@ env:
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -f travis/pecl/Makefile pecl PECL=raphf
- - make -f travis/pecl/Makefile pecl PECL=propro
+ - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1
+ - make -f travis/pecl/Makefile pecl PECL=propro:propro:1.0.2
+ - make -f travis/pecl/Makefile ext PECL=http
 
 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
+notifications:
+ webhooks:
+  urls:
+   - https://webhooks.gitter.im/e/28d35158ac7e385bd14d
+  on_success: change
+  on_failure: always
+  on_start: never