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 89653de commit e34ee5aCopy full SHA for e34ee5a
circle.yml
@@ -0,0 +1,13 @@
1
+machine:
2
+ java:
3
+ version: openjdk7
4
+
5
+test:
6
+ override:
7
+ - mvn clean compile
8
+ - mvn pmd:pmd
9
+ - mvn cobertura:cobertura -Dcobertura.report.format=xml
10
11
+ post:
12
+ - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
13
+ - testspace target/pmd.xml [Tests]target/surefire-reports/TEST*.xml target/site/cobertura/coverage.xml $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
0 commit comments