File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ mvn pmd:pmd
1414mvn cobertura:cobertura -Dcobertura.report.format=xml
1515
1616# Download and configure the Testspace client
17+ mkdir -p $HOME /bin
1718curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME /bin
1819# note c9 host requires "access token", storing in ~/.netrc (refer to https://help.testspace.com/reference:client-reference#login-credentials)
1920CI=true testspace config url samples.testspace.com
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ before_script:
55 - mkdir -p $HOME/bin
66 - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
77 - testspace config url samples.testspace.com
8- - testspace -v
9-
8+
109script :
1110 - mvn clean compile
1211 - mvn pmd:pmd
Original file line number Diff line number Diff line change 1- [ ![ Testspace] ( https://www.testspace.com/img/Testspace.png )] ( http ://www.testspace.com)
1+ [ ![ Testspace] ( https://www.testspace.com/img/Testspace.png )] ( https ://www.testspace.com)
22
33***
44
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ dependencies:
66 pre :
77 - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
88 - testspace config url samples.testspace.com
9- - testspace -v
10-
9+
1110test :
1211 override :
1312 - mvn clean compile
Original file line number Diff line number Diff line change 55 - mkdir -p $HOME/bin
66 - curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
77 - testspace config url samples.testspace.com
8- - testspace -v
98 - mvn clean compile
109 - mvn pmd:pmd
1110 - mvn cobertura:cobertura -Dcobertura.report.format=xml
You can’t perform that action at this time.
0 commit comments