travis.yml: Fix Travis YAML configuration warnings
commit321e6ea5772f8c6140e3c5242540c97604a9730c
authorWainer dos Santos Moschetta <wainersm@redhat.com>
Tue, 25 Feb 2020 12:46:57 +0000 (25 12:46 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 25 Feb 2020 20:06:57 +0000 (25 20:06 +0000)
tree77f1f7abbdeb0566b6e64591bc857bb98022cbdd
parent31c8cc4f94e33571df3ac7427359e40a6e95d0f3
travis.yml: Fix Travis YAML configuration warnings

This fixes the following warnings Travis has detected on the
YAML configuration:

- 'on root: missing os, using the default "linux"'
- 'on root: the key matrix is an alias for jobs, using jobs'
- 'on jobs.include.python: unexpected sequence, using the first value (3.5)'
- 'on jobs.include.python: unexpected sequence, using the first value (3.6)'

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200207210124.141119-2-wainersm@redhat.com>
Message-Id: <20200225124710.14152-7-alex.bennee@linaro.org>
.travis.yml