Codebase list golang-gomega / 72e6040
Remove Travis workflow (#491) William Martin authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 0 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
+0
-18
.travis.yml less more
0 language: go
1 arch:
2 - amd64
3 - ppc64le
4
5 go:
6 - gotip
7 - 1.16.x
8 - 1.15.x
9
10 env:
11 - GO111MODULE=on
12
13 install: skip
14
15 script:
16 - go mod tidy && git diff --exit-code go.mod go.sum
17 - make test