Skip to content

Commit

Permalink
Install Windows package before compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Jul 21, 2019
1 parent 4f4da61 commit 1089558
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 @@ -26,14 +26,14 @@ install:
script:
- ./.scripts/test_all.sh
before_deploy:
- go get golang.org/x/sys/windows
- if [[ "$TRAVIS_TAG" != "" ]]; then ./.scripts/build_all.sh; fi
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; curl https://sdk.cloud.google.com | bash; fi
- source /home/travis/google-cloud-sdk/path.bash.inc
- gcloud --quiet version
- gcloud --quiet components update
- gcloud --quiet components update kubectl
- curl https://raw.githubusercontent.com/kubernetes/helm/d87ce93e1e287ece84d940dbfe09b0de493d9953/scripts/get | bash
- go get golang.org/x/sys/windows
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 1089558

Please sign in to comment.