forked from mirror/enumer
commit
0a1f0e6d70
|
@ -4,8 +4,8 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
include:
|
include:
|
||||||
- go: 1.12.x
|
|
||||||
- go: 1.13.x
|
- go: 1.13.x
|
||||||
|
- go: 1.14.x
|
||||||
- go: master
|
- go: master
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -24,6 +24,6 @@ deploy:
|
||||||
- cli/build/enumer.windows-amd64.exe.tar.gz
|
- cli/build/enumer.windows-amd64.exe.tar.gz
|
||||||
- cli/build/sha256sum.txt
|
- cli/build/sha256sum.txt
|
||||||
on:
|
on:
|
||||||
go: 1.13.x
|
go: 1.14.x
|
||||||
repo: dmarkham/enumer
|
repo: dmarkham/enumer
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in New Issue