mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
14 lines
263 B
YAML
14 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
|