Merge pull request #5248 from Icinga/feature/travis-config-validate

Travis: Run config validation at the end
This commit is contained in:
Michael Friedrich 2017-05-11 16:53:48 +02:00 committed by GitHub
commit 09a1d4f756
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ before_script:
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/icinga2
script:
- make && make test && make install && /tmp/icinga2/sbin/icinga2 --version
- make && make test && make install && /tmp/icinga2/sbin/icinga2 --version && /tmp/icinga2/sbin/icinga2 daemon -C -DRunAsUser=$(id -u -n) -DRunAsGroup=$(id -g -n)