travis: standardize the syntax used for env variables
commitc21d7efc8bcd33db957958d75a9c0f5f93d62d77
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 9 Jan 2019 16:31:08 +0000 (9 16:31 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 14 Jan 2019 14:52:30 +0000 (14 14:52 +0000)
tree464904d3417f67e0bfacce844994ce681c29241d
parent3e094234fdda40e4ca8033bdf976d3da98437aae
travis: standardize the syntax used for env variables

Matrix entries are defining env variables using two different syntax
styles:

   - env: FOO=bar
          WIZZ=bang

and

   - env:
       - FOO=bar
       - WIZZ=bang

Switch everything to use the latter style as the more normal indentation
approach.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml