Skip to content

Commit

Permalink
feat: initial release of matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Carroll committed Apr 5, 2019
1 parent 9b39c66 commit 15de9af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ branches:
only:
- master
install: npm install
script: npm run test
script: npm test
jobs:
include:
- stage: release
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 15de9af

Please sign in to comment.