1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 12:28:26 +00:00

Update github.com/issue9/identicon from untagged to v1.0.1 (#11359)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
6543
2020-05-10 12:23:17 +02:00
committed by GitHub
parent dbb74978f7
commit 57b6f83191
12 changed files with 67 additions and 51 deletions

View File

@@ -1,10 +1,20 @@
language: go
os:
- linux
- osx
- windows
go:
- tip
- 1.6
- 1.5
- 1.4
- 1.3
install:
- go get github.com/issue9/assert
- mkdir ./testdata
- tip
- 1.12
- 1.11
script:
- GO111MODULE=on go test -v -coverprofile=coverage.txt -covermode=atomic ./...
after_success: bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
- go: tip