From: Jan Kiszka <
jan.k...@siemens.com>
All harmless warnings, no functional changes: sudo is now always on,
env:matrix became env:jobs, default dist is xenial.
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