Skip to content

Commit 3100cae

Browse files
Also use Windows on Travis
1 parent cff514e commit 3100cae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
os:
22
- linux
3+
- windows
34
language: node_js
45
node_js:
56
- "8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "./dist/main.d.ts",
88
"scripts": {
99
"pretest": "tsc",
10-
"test": "is-ci && nyc --reporter=lcov --reporter=text-summary ava || nyc ava",
10+
"test": "is-ci && nyc --reporter=lcov --reporter=text ava || nyc ava",
1111
"prepublishOnly": "tsc",
1212
"preversion": "npm test",
1313
"version": "changelog-updater && git add CHANGELOG.md",

0 commit comments

Comments
 (0)