Skip to content

Commit fcbe4c9

Browse files
author
Krum Motsov
committed
Updated travis configuration
1 parent 61a1fbf commit fcbe4c9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@ language: node_js
22
node_js:
33
- "0.12"
44
before_script:
5+
# Install Testspace Runner
6+
- ./testspace_install.sh
57
- npm install -g gulp
6-
script: gulp build
8+
script:
9+
- gulp build
10+
11+
# Publish Test Results along with Coverage
12+
- export PATH="${HOME}/testspace:${PATH}"
13+
# Testspace credentials: "[email protected]/myproject/myspace"
14+
- testspace config url ${TESTSPACE_USER_TOKEN}:@${TESTSPACE_URL}
15+
- testspace publish [Tests]junitresults.xml{test/reports} test/reports/coverage/clover.xml

0 commit comments

Comments
 (0)