X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.travis.yml;h=2fc6d641c724c32583b55aae1e2950b9787a2be7;hb=1e8dff37a8767f16d797c6f77b7644b9966b9358;hp=73e4af5438b30224380680888fc25820c48cc9ed;hpb=417c38181bd137b89626d59a9179fcca194a66a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index 73e4af5438..2fc6d641c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,12 @@ matrix: php: hhvm-3.21 - env: dbtype=mysql dbuser=root php: hhvm-3.18 + allow_failures: + - php: 7.2 + - env: dbtype=postgres dbuser=travis + - php: hhvm-3.18 + - php: hhvm-3.21 + - php: hhvm-3.24 services: - mysql @@ -77,7 +83,8 @@ notifications: email: false irc: channels: - - "chat.freenode.net#mediawiki-feed" + - "chat.freenode.net#wikimedia-dev" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message} - %{build_url}" on_success: change - on_failure: change - skip_join: true + on_failure: always