From: Jan Kiszka <[email protected]> All harmless warnings, no functional changes: sudo is now always on, env:matrix became env:jobs, default dist is xenial.
Signed-off-by: Jan Kiszka <[email protected]> --- Changes in v2: - elaborate on what was found [Cedric] .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/9af24cdf-dd59-c3c6-f351-4ab44c0fccf7%40siemens.com.
