mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
made version to be `1.2.0` and modified travis-ci to make test results more predictable
10 lines
197 B
YAML
10 lines
197 B
YAML
dist: focal
|
|
|
|
language: go
|
|
go: 1.14
|
|
|
|
script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.14)' && go test ./... -v -timeout 120s"
|
|
|
|
before_install:
|
|
- sudo apt-get install libpcap-dev -y
|