mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
fix '|"
This commit is contained in:
parent
1cd5510955
commit
a780ad6174
11
.travis.yml
11
.travis.yml
@ -8,12 +8,11 @@ addons:
|
||||
- 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
|
||||
- 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