Skip to content

Commit

Permalink
Merge pull request #85 from B15030328/fix/front
Browse files Browse the repository at this point in the history
Fix/front
  • Loading branch information
sysulq committed Jun 3, 2021
2 parents 41d60e6 + c50c16c commit 7aae3ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

.instanceListScroll {
height: 1;
height: 705px;
}

.clusterList {
Expand Down

0 comments on commit 7aae3ed

Please sign in to comment.