.travis.yml: collapse the test matrix
commit6c9332918620a1512f6af5ff250b38228d13a4d6
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 Mar 2016 16:12:58 +0000 (15 16:12 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 5 Apr 2016 09:08:09 +0000 (5 10:08 +0100)
tree03b3503c6a59bf2023f8d26a95b5480d7a19e86e
parente31f0451876aa7ada74d60304aa241506a383797
.travis.yml: collapse the test matrix

Remove the concept of TARGETS and build the complete target list for
each config combination. Now the matrix is just based on CONFIG stanzas
and we use the additional stuff for:

  - things that only work on one compiler (sparse, gcov, gprof)
  - combos where "make check" fails

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml