mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
d7f47b780c
commit
230f2b8c4f
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: /go/src/github.com/gohugoio
|
working_directory: /go/src/github.com/gohugoio
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:0.34.2-10
|
- image: bepsays/ci-goreleaser:0.34.2-11
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -4,8 +4,8 @@ dist: trusty
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
go:
|
go:
|
||||||
- 1.9.4
|
- 1.9.5
|
||||||
- "1.10"
|
- "1.10.1"
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
@ -43,4 +43,4 @@ parts:
|
||||||
mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
|
mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
|
||||||
after: [go]
|
after: [go]
|
||||||
go:
|
go:
|
||||||
source-tag: go1.10
|
source-tag: go1.10.1
|
||||||
|
|
Loading…
Reference in a new issue