On 7/6/2021 7:47 AM, Jan Kiszka wrote:
From: Jan Kiszka <[email protected]>
All harmless warnings, no functional changes.
While warnings are harmless, the commit log should IMO summarize what we
are fixing
(e.g. "kill warning about distro not being specified and being therefore
assumed to be xenial")
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
--
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/2cc9c476-2d5b-7df8-2ea5-0be9b7ee36f7%40mentor.com.