mirror of
https://github.com/manifoldco/promptui.git
synced 2026-03-14 22:35:53 +01:00
commit
b20aa82f79
2 changed files with 7 additions and 3 deletions
|
|
@ -1,10 +1,14 @@
|
|||
dist: bionic
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- "1.11.x"
|
||||
- "1.12.x"
|
||||
- "1.13.x"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
|
||||
after_success:
|
||||
# only report coverage for go-version 1.11
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -31,4 +31,4 @@ require (
|
|||
)
|
||||
|
||||
// Remove this when we stop using gometalinter and kingpin
|
||||
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
|
||||
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue