Skip to content

Commit

Permalink
Hook up with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mduvall committed Sep 7, 2013
1 parent 8b26195 commit 092c44e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.9
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ module.exports = function(grunt) {
});

grunt.loadNpmTasks("grunt-qunit-istanbul");
// @TODO: add lint hook here as well for eslint
grunt.registerTask("travis", "qunit");
};

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"type": "git",
"url": "https://github.com/mduvall/grande.js"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
},
"devDependencies": {
Expand Down

0 comments on commit 092c44e

Please sign in to comment.