Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab00fa699d1848391b098420bcc915bf1454b5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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