X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=.travis.yml;h=42997f36e04429ebe161482b19da98401fc7a107;hp=12b7c7c7d0363c64c3577f0f8a87fa7b32f46f6c;hb=3cac1117aff69526530980b5fa0316e338234442;hpb=a57e97e2697b2e47702657356f211e2876c767ef diff --git a/.travis.yml b/.travis.yml index 12b7c7c..42997f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ # autogenerated file; do not edit sudo: false language: c +dist: xenial addons: apt: packages: - - php5-cli + - php-cli - php-pear env: @@ -30,3 +31,6 @@ before_script: script: - make -f travis/pecl/Makefile test + +after_success: + - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy