Skip to content

Commit

Permalink
Add travisCI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Jul 3, 2014
1 parent 4294b59 commit c191573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.10"
before_script:
- "npm run setup"
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ module.exports = function(grunt) {
}
});

grunt

// Default task(s).
grunt.registerTask('default', ['ci']);

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Woodhouse, fetch me a rug!",
"main": "woodhouse.js",
"scripts": {
"setup": "npm install && bower install",
"test": "karma start --single-run",
"watch-test": "karma start"
},
Expand All @@ -23,6 +24,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"bower": "^1.3.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
Expand Down

0 comments on commit c191573

Please sign in to comment.