Skip to content

Commit

Permalink
Adding travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Heiner committed Jun 8, 2014
1 parent 91fa01e commit bf42783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A webapp to make exporting fitbit data easier",
"main": "lib/fitbit-export.js",
"scripts": {
"test": "grunt test"
"test": "exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bf42783

Please sign in to comment.