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.
1 parent 1cd5510 commit a780ad6Copy full SHA for a780ad6
.travis.yml
@@ -8,12 +8,11 @@ addons:
8
- dnsutils
9
- 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
+ - 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
17
install:
18
- cpanm --notest Test::More
19
- cpanm --notest Data::Dumper
0 commit comments