aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 178acf91..e4b6694a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,6 @@ test-scala:
jenkins-build: clean
$(SBT) $(SBT_FLAGS) +clean +test +publish-local
- $(SBT) $(SBT_FLAGS) scalastyle coverage test
$(SBT) $(SBT_FLAGS) coverageReport
.PHONY: build clean regress build-scala test-scala