mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
parent
dc08a120ba
commit
98d1bd64bc
@ -6,6 +6,12 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- jsonlint
|
- 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:
|
install:
|
||||||
- cpanm --notest Test::More
|
- cpanm --notest Test::More
|
||||||
- cpanm --notest Data::Dumper
|
- cpanm --notest Data::Dumper
|
||||||
|
Loading…
Reference in New Issue
Block a user