build: Make Travis CI 'Postgres' build non-voting
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 25 Mar 2017 19:38:09 +0000 (12:38 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 28 Mar 2017 00:47:05 +0000 (17:47 -0700)
commit7399a3ec01e9b19003342a917ce2bf2364fe8c46
tree064c49288e2085b3d62c05694e123d2aeed0d790
parent648f8d3f8aa89f79430c1503fc9cefc3c8c82637
build: Make Travis CI 'Postgres' build non-voting

This will make it easier to detect regressions by not making all
builds marked as fail, but only if one of the other three fails.

Mute the known failure from Postgres by adding it to an allow_failures
section. It'll still run every commit, but is non-voting.
To be re-enabled once T75174 is fixed.

Bug: T75176
Change-Id: I2ea415edd308f2a012ef240d562c0073f15b9118
.travis.yml