Skip to content

Commit

Permalink
Remove useless + on some sbt commands
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek committed Aug 17, 2018
1 parent 225f489 commit a192a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
echo "********************************"
echo "Running some tests with coverage"
echo "********************************"
sbt +clean +coverage +test +coverageReport
sbt +clean +coverage +test coverageReport
# aggregate coverage
sbt +coverageAggregate
sbt coverageAggregate

0 comments on commit a192a4c

Please sign in to comment.