Merge pull request #113 from fishilico/travis-fc-typo-checker
.travis.yml: check the .fc files in CI
This commit is contained in:
commit
c83202c20b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue