Merge pull request #113 from fishilico/travis-fc-typo-checker

.travis.yml: check the .fc files in CI
This commit is contained in:
Chris PeBenito 2019-10-03 18:56:26 -04:00 committed by GitHub
commit c83202c20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,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
@ -90,6 +91,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