Skip to content

Commit

Permalink
Fix tarball naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Fediushin committed Aug 1, 2017
1 parent a92fddf commit 5031351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

dub test --compiler=$DC

echo "Building $TRAVIS_TAG for $TRAVIS_OS_NAME x86_64 using $DC"
echo "Building $(git tag -l --points-at HEAD) for $TRAVIS_OS_NAME x86_64 using $DC"
dub build -b release --compiler=$DC
tar -zcf "covered-$TRAVIS_TAG-$TRAVIS_OS_NAME-$DC-x86_64.tar.gz" covered
tar -zcf "covered-$(git tag -l --points-at HEAD)-$TRAVIS_OS_NAME-$DC-x86_64.tar.gz" covered

0 comments on commit 5031351

Please sign in to comment.