Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Dec 10, 2020
1 parent b5c20a9 commit 50084c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_script:

script:
- ./build
- ./build i386

after_success:
- eval $SUCCESS
Expand All @@ -47,7 +48,9 @@ branches:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: grub4dos-$(cat grub4dos_version)-$(date -u +%Y-%m-%d).7z
file:
- grub4dos-$(cat grub4dos_version)-x64-$(date -u +%Y-%m-%d).7z
- grub4dos-$(cat grub4dos_version)-ia32-$(date -u +%Y-%m-%d).7z
skip_cleanup: true
overwrite: true
on:
Expand Down

0 comments on commit 50084c6

Please sign in to comment.