Skip to content

Commit

Permalink
Add missing z flag to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmccabe committed Oct 7, 2017
1 parent eb5e46e commit 0b358d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
include:
- stage: Test and build
script: go test ./...
script: go build; tar cf openfaas-bitbar.tar.gz openfaas-bitbar
script: go build; tar czf openfaas-bitbar.tar.gz openfaas-bitbar

deploy:
provider: releases
Expand Down

0 comments on commit 0b358d4

Please sign in to comment.