Skip to content

Commit

Permalink
setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosser committed May 17, 2015
1 parent 413635a commit 0c66891
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"version": "0.1.0",
"description": "A clever way to replace several sentences in a loop.",
"repository": "https://github.com/danrschlosser/replace.js",
"scripts": {
"test": "grunt jasmine"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-requirejs": "^0.4.4"
}
},
"author": "Dan Schlosser",
"license": "MIT"
}

0 comments on commit 0c66891

Please sign in to comment.