From 4ed485037f4467e4317595704d251e70f3d55bf7 Mon Sep 17 00:00:00 2001 From: Chris Norman Date: Mon, 6 May 2019 09:55:45 -0400 Subject: [PATCH] Test retoration of spotbugs test. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe2e894edd..8ca84626fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ matrix: script: - if [[ $SPOT_BUGS == "true" ]]; then - ./gradlew spotBugsMain; + ./gradlew spotBugsMain spotBugsTest; elif [[ $TEST_TYPE == "FTP" ]]; then ./gradlew testFTP jacocoTestReport; elif [[ $TEST_TYPE == "EXTERNAL_APIS" ]]; then