Skip to content

Commit 72da82b

Browse files
committed
Add configs for Travis CI
1 parent 5c62c4b commit 72da82b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- 0.8

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"mocha": "*",
1212
"should": "*"
1313
},
14-
"main": "index"
14+
"main": "index",
15+
"scripts": {
16+
"test": "mocha --require should --reporter spec"
17+
}
1518
}

0 commit comments

Comments
 (0)