UNPKG
junitwriter
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
A junit reporter for node
github.com/schorfES/node-junitwriter
schorfES/node-junitwriter
junitwriter
/
.travis.yml
15 lines
(14 loc)
•
148 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false language: node_js node_js:
- "node"
- 11
- 10
- 9
- 8
- 7
- 6
- "lts/*"
before_install:
- npm install -g grunt-cli
install: npm install