Skip to content

Commit a110412

Browse files
committed
Add travis configuration
1 parent b8e24fd commit a110412

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": ">= 0.6.0"
2727
},
2828
"scripts": {
29-
"test": "grunt test"
29+
"test": "grunt"
3030
},
3131
"devDependencies": {
3232
"expect.js": "^0.3.1",

0 commit comments

Comments
 (0)