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:
26
vendor/github.com/issue9/identicon/.travis.yml
generated
vendored
26
vendor/github.com/issue9/identicon/.travis.yml
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user