Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Oct 17, 2018
1 parent 2b737af commit 8e44541
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ go_import_path: github.com/kubernetes-sigs/cri-tools
services:
- docker

before_install:
- |
(
set -Eeuo pipefail
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install -y make mingw
export PATH="/c/tools/mingw64/bin:/c/ProgramData/chocolatey/bin;$PATH"
fi
)
install:
- make install.tools

Expand All @@ -40,8 +50,6 @@ jobs:
script:
- make
- (
choco install -y make mingw
export PATH="/c/tools/mingw64/bin:/c/ProgramData/chocolatey/bin;$PATH"
powershell -c "Set-ExecutionPolicy Bypass -Scope CURRENTUSER -Force"
powershell hack/install-kubelet.ps1
)
Expand Down

0 comments on commit 8e44541

Please # to comment.