Skip to content

Commit 998cd61

Browse files
committed
troubleshoot win32
1 parent ddff087 commit 998cd61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
os:
33
- windows
4-
- linux
5-
- osx
4+
# - linux
5+
# - osx
66
node_js:
77
- "node"
88
- 10

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "standard",
88
"pretest": "npm run lint && npm run clean && npm run instrument",
9-
"test": "tap -t360 --no-cov -b test/*.js",
9+
"test": "tap -t360 --no-cov test/*.js",
1010
"snap": "cross-env TAP_SNAPSHOT=1 npm test",
1111
"posttest": "npm run report",
1212
"clean": "rimraf ./.nyc_output ./node_modules/.cache ./.self_coverage ./test/fixtures/.nyc_output ./test/fixtures/node_modules/.cache ./self-coverage",

0 commit comments

Comments
 (0)