Files
goreplay/.travis.yml
T
2019-05-03 10:07:13 -04:00

7 lines
262 B
YAML

language: go
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