This commit is contained in:
Harald Nordgren 2018-10-26 02:15:55 +02:00 коммит произвёл Gary Burd
Родитель b9037db4b8
Коммит e8fc0692a7
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -4,15 +4,19 @@ services:
- redis-server
go:
- 1.4
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures:
- go: tip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)