diff --git a/.travis.yml b/.travis.yml index 10e3676ac..fe0381d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,17 @@ go: env: - GO111MODULE=on -before_install: go get golang.org/x/tools/cmd/goimports +before_install: + - go get golang.org/x/tools/cmd/goimports + - nvm install 14.15.3 + - nvm alias default 14.15.3 script: - diff -u <(echo -n) <(gofmt -d -s .) - diff -u <(echo -n) <(goimports -d .) - go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic + - cd assets + - npm install after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/assets/src/pages/app/components/Config/components/LeftSide/components/Publish/index.less b/assets/src/pages/app/components/Config/components/LeftSide/components/Publish/index.less index 6af424e3d..d45731660 100644 --- a/assets/src/pages/app/components/Config/components/LeftSide/components/Publish/index.less +++ b/assets/src/pages/app/components/Config/components/LeftSide/components/Publish/index.less @@ -60,7 +60,7 @@ } .instanceListScroll { - height: 1; + height: 705px; } .clusterList {