Skip to content

Commit

Permalink
Merge pull request #3 from runtheops/revert-2-travis
Browse files Browse the repository at this point in the history
Revert "Static linking"
  • Loading branch information
runtheops authored Jun 13, 2017
2 parents cd0493b + 027ffcf commit cc5e7f3
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 @@ -14,7 +14,7 @@ install:
- pip install --user awscli && export PATH=$PATH:$HOME/.local/bin

script:
- go build -ldflags "-linkmode external -extldflags -static" -o azure-key-vault
- go build -o azure-key-vault

after_success:
- aws s3 cp azure-key-vault s3://runtheops-public/builds/azure-key-vault-${BRANCH}

0 comments on commit cc5e7f3

Please sign in to comment.