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.
2 parents dfba50c + 3c3a0c2 commit cbff56fCopy full SHA for cbff56f
.travis.yml
@@ -5,6 +5,7 @@ os:
5
- linux
6
sudo: required
7
before_install:
8
+ - sudo apt update
9
- sudo apt install openvswitch-switch
10
- sudo ovs-vsctl add-br ovsbr0
11
- go get github.com/golang/lint/golint
@@ -19,4 +20,4 @@ script:
19
20
- ./scripts/golint.sh
21
- go test -race ./...
22
- go test -c -race ./ovsdb
- - sudo ./ovsdb.test -test.v
23
+ - sudo ./ovsdb.test -test.v
0 commit comments