aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaksimP <maksimp86@mail.ru>2017-01-01 17:38:02 +0200
committerRoman Ivanov <romani@users.noreply.github.com>2017-01-04 17:31:19 -0800
commit0e7eaaccb331e42f29d1ab50d4c2f6f5e1310d33 (patch)
tree38658975f5c7588005bc6face31a6833d22af4d4 /.travis.yml
parent16aadebeee91937b3fadaa6f911e6ce0a97863b1 (diff)
downloadcheckstyle-0e7eaaccb331e42f29d1ab50d4c2f6f5e1310d33.tar.gz
Issue #3683: add to CI test permissions on all files
Diffstat (limited to '.travis.yml')
-rwxr-xr-x[-rw-r--r--].travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fea63f24..68e7b7572 100644..100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -227,6 +227,13 @@ matrix:
- CMD="./.ci/travis/travis.sh"
- COVERAGE_CMD=""
+ # Check the chmod on files.
+ - env:
+ - DESC="check permissions on all files"
+ - GOAL="check-chmod"
+ - CMD="./.ci/travis/travis.sh"
+ - COVERAGE_CMD=""
+
# Ensure that all Sevntu check are kused
- jdk: oraclejdk8
env: