Skip to content

Commit

Permalink
Fix travis deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari committed Jun 16, 2019
1 parent ca4a68c commit 4f95b0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- index-*
- pandoc-filter-*
- index-linux
- index-macos
- index-win.exe
- pandoc-filter-linux
- pandoc-filter-macos
- pandoc-filter-win.exe
skip_cleanup: true
on:
tags: true

0 comments on commit 4f95b0f

Please sign in to comment.