Skip to content

Commit ea869b7

Browse files
committed
misc. clean up
1 parent 0749bec commit ea869b7

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.c9build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mvn pmd:pmd
1414
mvn cobertura:cobertura -Dcobertura.report.format=xml
1515

1616
# Download and configure the Testspace client
17+
mkdir -p $HOME/bin
1718
curl -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)
1920
CI=true testspace config url samples.testspace.com

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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+
109
script:
1110
- mvn clean compile
1211
- mvn pmd:pmd

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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+
1110
test:
1211
override:
1312
- mvn clean compile

shippable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ build:
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

0 commit comments

Comments
 (0)