From: David Gibson Date: Mon, 16 Jan 2017 04:39:48 +0000 (+1100) Subject: .travis.yml: Rework Travis matrix X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=813e9726369c68a9e6905fbba46fad7c479e7974;hp=813e9726369c68a9e6905fbba46fad7c479e7974 .travis.yml: Rework Travis matrix At the moment the .travis.yml implicitly constructs a build matrix with the two compiler options. In future we want to add more build options for wider testing: different base distro, more compiler versions, etc. However, a fair few of the possible combinations have various problems meaning we don't want to test them routinely. So, this reworks from implicitly constructing the matrix to using matrix: include: options to explicitly build the options we want. Signed-off-by: David Gibson ---