Skip to content

Commit

Permalink
travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Apr 15, 2014
1 parent 4e76e24 commit 96e92e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@

// Default task.
grunt.registerTask('default', ['jshint', 'qunit', 'clean', 'concat', 'uglify']);

grunt.registerTask('test', ['jshint', 'qunit']);
};
})();
})();
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt qunit"
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
Expand All @@ -16,4 +17,4 @@
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.2"
}
}
}

0 comments on commit 96e92e9

Please sign in to comment.