From 3b698bd9e454d2fddfa327d947bc877736a75bf6 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Tue, 1 Oct 2019 19:54:17 +0200 Subject: [PATCH] .travis.yml: check the .fc files in CI Now that all issues reported by testing/check_fc_files.py have been fixed, call this script in Travis-CI in order to prevent common errors from being introduced in .fc files. Signed-off-by: Nicolas Iooss --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46a6f71c9..90a7022fa 100755 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ matrix: fast_finish: true env: + - LINT=true TYPE=standard - TYPE=standard DISTRO=redhat MONOLITHIC=y SYSTEMD=y WERROR=y - TYPE=standard DISTRO=redhat MONOLITHIC=n SYSTEMD=y WERROR=y - TYPE=standard DISTRO=debian MONOLITHIC=y SYSTEMD=y WERROR=y @@ -89,6 +90,7 @@ install: script: - echo $TYPE $DISTRO $MONOLITHIC $SYSTEMD $WERROR - set -e + - if [ -n "$LINT" ] ; then ./testing/check_fc_files.py ; fi - make bare - make conf - make