diff --git a/.travis.yml b/.travis.yml index 3b3160d..c180fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ branches: only: - master install: npm install -script: npm run test +script: npm test jobs: include: - stage: release diff --git a/package.json b/package.json index 19f06fd..ac3d0ad 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,11 @@ "@semantic-release/github" ] }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, "repository": { "type": "git", "url": "git+https://github.com/bcarroll22/jest-native.git"