We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19494a6 + a780ad6 commit ea6d99fCopy full SHA for ea6d99f
.travis.yml
@@ -7,6 +7,12 @@ addons:
7
packages:
8
- dnsutils
9
- jsonlint
10
+before_install:
11
+ - if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|(.pem)|(.pdf)|(.html)|^(LICENSE)|^(docs)|^(utils)|^(bin)|(Dockerfile)'
12
+ then
13
+ echo "no code was updated, not running the CI."
14
+ exit
15
+ fi
16
install:
17
- cpanm --notest Test::More
18
- cpanm --notest Data::Dumper
0 commit comments