We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fcc77 commit d9cc74aCopy full SHA for d9cc74a
.travis.yml
@@ -9,13 +9,11 @@ before_install:
9
- sudo apt install openvswitch-switch
10
- sudo ovs-vsctl add-br ovsbr0
11
- go get github.com/golang/lint/golint
12
- - go get honnef.co/go/tools/cmd/staticcheck
13
- go get -d ./...
14
script:
15
- ./scripts/licensecheck.sh
16
- go build -tags=gofuzz ./...
17
- go vet ./...
18
- - staticcheck ./...
19
- ./scripts/gofmt.sh
20
- ./scripts/golint.sh
21
- go test -race ./...
0 commit comments