X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.travis.yml;h=2fc6d641c724c32583b55aae1e2950b9787a2be7;hb=6cce704da1335078aa98838e7a7da9eeb4e46b67;hp=e15fc55426b81341ea7843b26630b4a3637506ec;hpb=7bbcff92f95e5ca21eb2b7a413f249966c507589;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index e15fc55426..2fc6d641c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,11 @@ matrix: - env: dbtype=mysql dbuser=root php: hhvm-3.18 allow_failures: - - php: hhvm-3.24 + - php: 7.2 + - env: dbtype=postgres dbuser=travis + - php: hhvm-3.18 - php: hhvm-3.21 + - php: hhvm-3.24 services: - mysql @@ -80,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