Skip to content

Commit 9937ddb

Browse files
committed
Another try
1 parent 8e44541 commit 9937ddb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949
os: windows
5050
script:
5151
- make
52-
- (
53-
powershell -c "Set-ExecutionPolicy Bypass -Scope CURRENTUSER -Force"
54-
powershell hack/install-kubelet.ps1
55-
)
52+
- powershell -c "Set-ExecutionPolicy Bypass -Scope CURRENTUSER -Force"
53+
- powershell hack/install-kubelet.ps1
5654
# Skip hack/run-critest.sh temporarily.
5755

5856
stages:

0 commit comments

Comments
 (0)