Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Nov 4, 2021
1 parent d24b0c8 commit 3bab567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ script:
- curl -sL https://git.io/goreleaser | bash -s check
- make install-typescript
- git diff
- git status
# Create a release using goreleaser when tests pass and revision is tagged.
before_deploy:
- git fetch --unshallow
deploy:
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 3bab567

Please sign in to comment.