Skip to content

Commit 43ce8ff

Browse files
committed
Test
1 parent 254a917 commit 43ce8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
1010
- run: "testspace config url samples.testspace.com"
11-
- run: "mvn clean compile"
11+
- run: 'mvn clean compile'
1212
- run: "mvn pmd:pmd"
1313
- run: "mvn cobertura:cobertura -Dcobertura.report.format=xml"
1414
- run:

0 commit comments

Comments
 (0)