mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
6413559f75
commit
a91aba1c15
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-6
|
- image: bepsays/ci-goreleaser:0.34.2-7
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -2,8 +2,8 @@ language: go
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: precise
|
dist: precise
|
||||||
go:
|
go:
|
||||||
- 1.8.5
|
- 1.8.6
|
||||||
- 1.9.2
|
- 1.9.3
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
@ -36,4 +36,4 @@ parts:
|
||||||
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
|
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
|
||||||
after: [go]
|
after: [go]
|
||||||
go:
|
go:
|
||||||
source-tag: go1.9.2
|
source-tag: go1.9.3
|
||||||
|
|
Loading…
Reference in a new issue