From: Jan Kiszka <[email protected]> All harmless warnings, no functional changes.
Signed-off-by: Jan Kiszka <[email protected]> --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cf215f..6b48ac6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,17 +13,16 @@ # env: - matrix: + jobs: - TARGET=native - TARGET=i586 - TARGET=cppcheck language: c +dist: xenial compiler: - gcc -sudo: required - before_install: - sudo apt-get update - if [ $TRAVIS_BRANCH = coverity_scan ] && [ ${TRAVIS_JOB_NUMBER##*.} != 1 ]; then exit 0; fi -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/34ec2b2e-0ae6-c136-c978-ed716bea7fae%40siemens.com.
