mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
15 lines
263 B
YAML
15 lines
263 B
YAML
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
|