Skip to content

Commit 1cd5510

Browse files
committed
1 parent 19494a6 commit 1cd5510

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ addons:
77
packages:
88
- dnsutils
99
- jsonlint
10+
before_install:
11+
- |
12+
- if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|(.pem)|(.pdf)|(.html)|^(LICENSE)|^(docs)|^(utils)|^(bin)|(Dockerfile)'
13+
then
14+
echo "no code was updated, not running the CI."
15+
exit
16+
fi
1017
install:
1118
- cpanm --notest Test::More
1219
- cpanm --notest Data::Dumper

0 commit comments

Comments
 (0)