We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254a917 commit 43ce8ffCopy full SHA for 43ce8ff
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
- checkout
9
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
10
- run: "testspace config url samples.testspace.com"
11
- - run: "mvn clean compile"
+ - run: 'mvn clean compile'
12
- run: "mvn pmd:pmd"
13
- run: "mvn cobertura:cobertura -Dcobertura.report.format=xml"
14
- run:
0 commit comments