Skip to content

Commit

Permalink
Update bob setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 13, 2013
1 parent 3daccca commit d279dba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .bob.json
@@ -0,0 +1,12 @@
{
"build": "clean lint complexity test coverage",
"test": {
"type": "buster"
},
"test-integration": {
"type": "buster"
},
"coverage": {
"type": "buster-istanbul"
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ node_js:
- 0.8 - 0.8
- 0.6 - 0.6
before_install: "npm install -g bob" before_install: "npm install -g bob"
script: "bob clean lint test coverage" script: "bob build"

0 comments on commit d279dba

Please sign in to comment.