try to fix ci

This commit is contained in:
Steve Wills
2019-05-03 10:07:13 -04:00
parent f7e01997a2
commit dfae555381
+3 -3
View File
@@ -1,6 +1,6 @@
language: go
go: 1.6
script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.6)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 120s -race"
go: 1.12
script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.12)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 120s -race"
before_install:
- sudo apt-get install libpcap-dev -y
- sudo apt-get install libpcap-dev -y