Skip to content

Commit

Permalink
Set up two identical Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Sep 18, 2020
1 parent 9c5b295 commit d416bdd
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ script: skip
after_script: echo hello

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: readdir.c
release_note: completely irrelevant text for the release
skip_cleanup: true
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file: readdir.c
skip_cleanup: true
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file: pearrc
skip_cleanup: true
on:
tags: true

# matrix:
# include:
Expand Down

0 comments on commit d416bdd

Please sign in to comment.