mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 04:41:15 +01:00
parent
19494a6d8b
commit
1cd5510955
@ -7,6 +7,13 @@ addons:
|
||||
packages:
|
||||
- dnsutils
|
||||
- jsonlint
|
||||
before_install:
|
||||
- |
|
||||
- if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|(.pem)|(.pdf)|(.html)|^(LICENSE)|^(docs)|^(utils)|^(bin)|(Dockerfile)'
|
||||
then
|
||||
echo "no code was updated, not running the CI."
|
||||
exit
|
||||
fi
|
||||
install:
|
||||
- cpanm --notest Test::More
|
||||
- cpanm --notest Data::Dumper
|
||||
|
Loading…
Reference in New Issue
Block a user