chore(travis): use language configuration list instead of explicit entries in matrix.include

This commit is contained in:
umarcor 2019-03-18 17:25:53 +01:00
parent 2a2175e903
commit 8cc3a504e7

View file

@ -4,11 +4,13 @@ stages:
- diff - diff
- test - test
go:
- 1.10.x
- 1.11.x
- tip
matrix: matrix:
include: include:
- go: 1.10.x
- go: 1.11.x
- go: tip
- stage: diff - stage: diff
go: 1.11.x go: 1.11.x
script: diff -u <(echo -n) <(gofmt -d -s .) script: diff -u <(echo -n) <(gofmt -d -s .)