lynis/.travis.yml

15 lines
263 B
YAML
Raw Normal View History

2016-05-12 06:23:47 +02:00
language: bash
before_script:
2016-05-12 06:32:52 +02:00
- sh extras/travis-ci/before_script.sh
2016-05-12 06:23:47 +02:00
script:
2016-05-12 07:10:18 +02:00
- cd .. && cd ./lynis-sdk && sh lynis-devkit run unit-tests
2016-05-12 08:23:32 +02:00
notifications:
email:
recipients:
- lynis-dev@cisofy.com
on_success: change
on_failure: always