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