Skip to content

Commit

Permalink
add coverage badge, filter archs, fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
thrashr888 committed Jun 29, 2015
1 parent 583b7db commit 718fb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ script:
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN

after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr --username tcnksm-sample --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/
- gox -osarch="linux/amd64 darwin/amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr --username saymedia --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

packer2terraform turns Packer's [machine-readable output](https://packer.io/docs/command-line/machine-readable.html) into [Terraform-readable tfvars](https://terraform.io/docs/configuration/variables.html). For example, you have Packer build an AMI that Terraform deploys to AWS.

[![travis build status for packer2terraform](https://travis-ci.org/saymedia/packer2terraform.svg)](https://travis-ci.org/saymedia/packer2terraform)
[![travis build status for packer2terraform](https://travis-ci.org/saymedia/packer2terraform.svg)](https://travis-ci.org/saymedia/packer2terraform) [![Coverage Status](https://coveralls.io/repos/saymedia/packer2terraform/badge.svg?branch=master)](https://coveralls.io/r/saymedia/packer2terraform?branch=master)

## Usage

Expand Down

0 comments on commit 718fb31

Please sign in to comment.