1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-08-27 15:18:29 +02:00

Merge pull request from drwetter/no_code_update

Trying to save resources for poor Travis/CI ;-)
This commit is contained in:
Dirk Wetter
2020-11-28 10:08:53 +01:00
committed by GitHub

@ -7,6 +7,12 @@ 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