Skip to content

Commit cbff56f

Browse files
authored
Merge pull request #52 from digitalocean/mdl-fix-ci
travis: investigate CI issues
2 parents dfba50c + 3c3a0c2 commit cbff56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- linux
66
sudo: required
77
before_install:
8+
- sudo apt update
89
- sudo apt install openvswitch-switch
910
- sudo ovs-vsctl add-br ovsbr0
1011
- go get github.com/golang/lint/golint
@@ -19,4 +20,4 @@ script:
1920
- ./scripts/golint.sh
2021
- go test -race ./...
2122
- go test -c -race ./ovsdb
22-
- sudo ./ovsdb.test -test.v
23+
- sudo ./ovsdb.test -test.v

0 commit comments

Comments
 (0)