Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
also build and release distributed-fly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Dec 7, 2018
1 parent 76dc7f2 commit 1532bd7
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 @@ -88,7 +88,10 @@ before_deploy:
- cargo build --bin dns --release
- strip target/release/dns
- cp target/release/dns fly-dns
- tar czf ${DNS_RELEASE_FILENAME} fly-dns
- cargo build -p distributed-fly --release
- strip target/release/distributed-fly
- cp target/release/distributed-fly fly-dist
- tar czf ${DNS_RELEASE_FILENAME} fly-dns fly-dist

deploy:
provider: releases
Expand Down

0 comments on commit 1532bd7

Please sign in to comment.