Message ID | 1517522407-2692-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v1,1/1] travis: allow to fail checkpatch.pl | expand |
diff --git a/.travis.yml b/.travis.yml index b7d6cd415..0f2461982 100644 --- a/.travis.yml +++ b/.travis.yml @@ -404,6 +404,7 @@ jobs: compiler: clang-3.8 env: CROSS_ARCH="i386" CONF="--disable-abi-compat" - stage: test + canfail: yes env: TEST=checkpatch compiler: gcc install: @@ -412,6 +413,8 @@ jobs: - echo ${TRAVIS_COMMIT_RANGE}; - ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed 's/\.//'`; - ./scripts/ci-checkpatches.sh ${ODP_PATCHES}; + allow_failures: + - canfail: yes after_failure: - cat config.log