On 7/6/2021 8:33 AM, Jan Kiszka wrote:
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.
Looks good to me.
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
--
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/d63b8ae4-30dd-c414-2cf2-5b0c4804d054%40mentor.com.