mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
764f1304e1
commit
77cbd001ff
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ language: go
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: precise
|
dist: precise
|
||||||
go:
|
go:
|
||||||
- 1.8.4
|
- 1.8.5
|
||||||
- 1.9.1
|
- 1.9.2
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
@ -37,4 +37,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.1
|
source-tag: go1.9.2
|
||||||
|
|
Loading…
Reference in a new issue