Codebase list golang-github-mwitkow-go-conntrack / aedba18
Add newer go versions to travis config. Mark Nevill 4 years ago
1 changed file(s) with 11 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 sudo: false
11 language: go
22 go:
3 - 1.7
3 - 1.7
4 - 1.8
5 - 1.9
6 - 1.10
7 - 1.11
8 - 1.12
49
510 install:
6 - go get github.com/stretchr/testify
7 - go get github.com/prometheus/client_golang/prometheus
8 - go get golang.org/x/net/context
9 - go get golang.org/x/net/trace
11 - go get github.com/stretchr/testify
12 - go get github.com/prometheus/client_golang/prometheus
13 - go get golang.org/x/net/context
14 - go get golang.org/x/net/trace
1015
1116 script:
12 - go test -v ./...
17 - go test -v ./...