Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
* added Travis-CI files.
Browse files Browse the repository at this point in the history
  • Loading branch information
larukedi committed Dec 28, 2013
1 parent 9e653be commit bba89c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js

node_js:
- 0.6
- 0.8
- 0.9
- 0.10
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"grunt": "~0.4.1"
},
"dependencies": {
},
"scripts": {
"test": "grunt test --verbose --force"
}
}

0 comments on commit bba89c2

Please sign in to comment.