We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4c962 commit a07407dCopy full SHA for a07407d
1 file changed
.travis.yml
@@ -1,5 +1,11 @@
1
before_install:
2
- chmod +x gradlew
3
+ - |
4
+ if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|^(LICENSE)'
5
+ then
6
+ echo "Not running CI since only docs were changed."
7
+ exit
8
+ fi
9
10
language: java
11
0 commit comments