mirror of https://github.com/k3s-io/k3s
travis: fix path for integration
parent
0d9280e168
commit
1b60c4d88f
|
@ -12,4 +12,4 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./hack/test-go.sh
|
- ./hack/test-go.sh
|
||||||
- PATH=$GOPATH/bin ./hack/integration-test.sh
|
- PATH=$GOPATH/bin:$PATH ./hack/integration-test.sh
|
||||||
|
|
Loading…
Reference in New Issue