File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ language: node_js
77
88node_js :
99 - 10
10- - 8
11- - 6
10+ # - 8
11+ # - 6
1212
1313os :
14- - linux
15- - osx
14+ # - linux
15+ # - osx
1616 - windows
1717
1818script : npm run lint && npm run coverage
Original file line number Diff line number Diff line change 11"use strict" ;
22
33const path = require ( "path" ) ;
4- const spawnSync = require ( "child_process " ) . spawnSync ;
4+ const spawnSync = require ( "cross-spawn " ) . sync ;
55
66const cliPath = path . resolve ( "bin/bump.js" ) ;
77
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const chai = require("chai");
88
99chai . should ( ) ;
1010
11- describe ( "npm version hooks" , ( ) => {
11+ describe . only ( "npm version hooks" , ( ) => {
1212
1313 it ( "should run the preversion script before updating the version number" , ( ) => {
1414 files . create ( "package.json" , {
You can’t perform that action at this time.
0 commit comments