From ee7936334e8d15897b753c38f9591478ac3cbe58 Mon Sep 17 00:00:00 2001 From: alandavis Date: Wed, 3 Mar 2021 17:15:14 +0000 Subject: [PATCH] Remove commented out section [skip ci] --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3605adb5f6..eb73189929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,13 +45,6 @@ install: travis_retry travis_wait 40 bash scripts/travis/build.sh jobs: include: -# - name: "Source Clear Scan" -# # only on release branches or master and if it is not a PR -# if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request -# script: skip -# addons: -# srcclr: true - - name: "Core, Data-Model, Repository - AllUnitTestsSuite - Build and test" script: - travis_retry mvn -B test -pl core,data-model