Skip to content

Commit

Permalink
fixed typo in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Aug 16, 2018
1 parent a28ef23 commit c2fd137
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 @@ -10,7 +10,7 @@ install:
- curl -sL -o upx.txz https://github.com/upx/upx/releases/download/v3.94/upx-3.94-amd64_linux.tar.xz
- tar -xvf upx.txz

script: CGO_ENABLED=0 gox -arch="amd64" -os="windows darwin linux" -ldflags="-X github.com/glassechidna/pstore/pkg/pstore.ApplicationVersion=$(git describe --tags) -X github.com/glassechidna/pstore/pkg/pstore.ApplicationBuildDate= $(date +%FT%T%z)"
script: CGO_ENABLED=0 gox -arch="amd64" -os="windows darwin linux" -ldflags="-X github.com/glassechidna/pstore/pkg/pstore.ApplicationVersion=$(git describe --tags) -X github.com/glassechidna/pstore/pkg/pstore.ApplicationBuildDate=$(date +%FT%T%z)"

after_success:
- upx-3.94-amd64_linux/upx pstore_*
Expand Down

0 comments on commit c2fd137

Please sign in to comment.