Skip to content

Commit b329cff

Browse files
committed
test travis with osx
1 parent 41cb27f commit b329cff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
os: osx
2+
13
language: node_js
24

35
node_js:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
}
113113
},
114114
"test": {
115-
"command": "jest src",
115+
"command": "jest src --debug",
116116
"env": {
117117
"NODE_PATH": "src"
118118
}

0 commit comments

Comments
 (0)