Skip to content

Commit

Permalink
fix: fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matmalkowski committed Oct 28, 2019
1 parent 5f0a4eb commit 0d022ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- yarn install --frozen-lockfile

script:
- yarn test

deploy:
provider: script
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
},
"scripts": {
"cz": "git-cz",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"test": "echo `No tests`"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 0d022ea

Please sign in to comment.