Skip to content

Commit 32ba516

Browse files
committed
Remove unsupported node versions, update readme
1 parent 2a60ded commit 32ba516

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "7"
53
- "8"
6-
- "9"
4+
- "10"
5+
- "12"
76
env:
87
- JEST_VERSION=^22.0.0
98
- JEST_VERSION=^23.0.0
109
- JEST_VERSION=^24.0.0
10+
- JEST_VERSION=^24.9.0
1111
script:
1212
- npm run test:ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Reporter options should also be strings exception for suiteNameTemplate, classNa
5959
|--|--|--|--|--|
6060
| `JEST_SUITE_NAME` | `suiteName` | `name` attribute of `<testsuites>` | `"jest tests"` | N/A
6161
| `JEST_JUNIT_OUTPUT_DIR` | `outputDirectory` | Directory to save the output. | `process.cwd()` | N/A
62-
| `JEST_JUNIT_OUTPUT_NAME` | `outputName` | File name for the output. | `"junit.xml"` | N/A
62+
| `JEST_JUNIT_OUTPUT_NAME` | `outputName` | File name for the output. | `"junit-${uuid}.xml"` | N/A
6363
| `JEST_JUNIT_SUITE_NAME` | `suiteNameTemplate` | Template string for `name` attribute of the `<testsuite>`. | `"{title}"` | `{title}`, `{filepath}`, `{filename}`, `{displayName}`
6464
| `JEST_JUNIT_CLASSNAME` | `classNameTemplate` | Template string for the `classname` attribute of `<testcase>`. | `"{classname} {title}"` | `{classname}`, `{title}`, `{filepath}`, `{filename}`, `{displayName}`
6565
| `JEST_JUNIT_TITLE` | `titleTemplate` | Template string for the `name` attribute of `<testcase>`. | `"{classname} {title}"` | `{classname}`, `{title}`, `{filepath}`, `{filename}`, `{displayName}`

0 commit comments

Comments
 (0)