Skip to content

Commit

Permalink
Test retoration of spotbugs test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed May 6, 2019
1 parent 88db0b8 commit 4ed4850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ed4850

Please sign in to comment.