Skip to content

Commit 25a212b

Browse files
committed
Merge pull request reworkcss#9 from ai/travis
Add configs for Travis CI
2 parents 5c62c4b + 72da82b commit 25a212b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- 0.8

package.json

Lines changed: 4 additions & 1 deletion
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)