| DIR:/opt/cpguard/3rdparty/lynis/ |
| Current File : //opt/cpguard/3rdparty/lynis/.travis.yml |
language: bash
before_script:
- sh extras/travis-ci/before_script.sh
script:
- cd .. && cd ./lynis-sdk && sh lynis-devkit run unit-tests
notifications:
email:
recipients:
- lynis-dev@cisofy.com
on_success: change
on_failure: always
|