Skip to content

Commit

Permalink
chore(package.json): semantic release.
Browse files Browse the repository at this point in the history
fixing semantic release on travis.
  • Loading branch information
ar4mirez committed Feb 7, 2017
1 parent c1487be commit e387964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"eslint-plugin-hapi": "^4.0.0",
"fixpack": "^2.3.1",
"lab": "12.1.0",
"semantic-release": "^6.3.2"
"semantic-release": "6.3.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}
5 changes: 5 additions & 0 deletions test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ Lab.describe(`${Lab.pkg.name}:utils`, () => {

return done();
});

Lab.it('should use fail if not cwd were passed.', (done) => {

return done();
});
});

0 comments on commit e387964

Please sign in to comment.