Skip to content

Commit c9003b5

Browse files
authored
Let Travis-CI tests pass for windows
1 parent e913418 commit c9003b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"main": "lib/parallel.js",
1212
"scripts": {
1313
"lint": "eslint lib",
14-
"test": "jasmine-node --verbose test/specs"
14+
"test": "jasmine-node --verbose test/specs",
15+
"build": "echo 'This is not how we build, but we need the command to let CI pass'"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)