Skip to content

Commit 38a4ce9

Browse files
passybtford
authored andcommitted
feat(app): generate Travis config
Adds a .travis.yml by default and adds `grunt test` to package.json.
1 parent 65fe9d2 commit 38a4ce9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var Generator = module.exports = function Generator(args, options) {
5959
options: {
6060
options: {
6161
coffee: this.options.coffee,
62+
travis: true,
6263
'skip-install': this.options['skip-install']
6364
}
6465
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"yeoman-generator": "~0.12.0"
2626
},
2727
"peerDependencies": {
28-
"generator-karma": "~0.3.0"
28+
"generator-karma": "~0.4.0"
2929
},
3030
"devDependencies": {
3131
"mocha": "~1.11.0",

0 commit comments

Comments
 (0)