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

Commit

Permalink
rename server to http, go back to tarball to conserve executable perm…
Browse files Browse the repository at this point in the history
…issions
  • Loading branch information
jeromegn committed Oct 26, 2018
1 parent 54b47ce commit 9ab6a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:

env:
global:
- DNS_RELEASE_FILENAME=fly-dns-${TRAVIS_OS_NAME}-x64.gz
- DNS_RELEASE_FILENAME=fly-dns-${TRAVIS_OS_NAME}-x64.tar.gz
cache:
cargo: true
yarn: true
Expand Down Expand Up @@ -66,7 +66,7 @@ script:
before_deploy:
- strip target/release/dns
- cp target/release/dns fly-dns
- gzip -c fly-dns > ${DNS_RELEASE_FILENAME}
- tar czf ${DNS_RELEASE_FILENAME} fly-dns

deploy:
provider: releases
Expand Down
File renamed without changes.

0 comments on commit 9ab6a9b

Please sign in to comment.