lynis-report-converter/.travis.yml
2016-10-23 11:30:23 -07:00

23 lines
434 B
YAML

language: perl
perl:
- "5.22"
- "5.18"
- "5.16"
- "5.14"
before_install:
- sudo apt-get update -q
- sudo apt-get install -y htmldoc
- cpanm -v --installdeps --notest HTML::HTMLDoc
- cpanm -v --installdeps --notest Excel::Writer::XLSX
# - cpanm -v --installdeps --notest .
branches:
only:
- master
notification:
recipients:
- dataking@gmail.com
email:
on_success: change
on_failure: always
#env: