2017-03-29 11:00:54 +02:00
|
|
|
language: go
|
2017-03-29 11:08:21 +02:00
|
|
|
go:
|
2020-10-28 22:09:05 +01:00
|
|
|
- "1.15.x"
|
2018-11-08 08:29:39 +01:00
|
|
|
install:
|
|
|
|
- mkdir -p $HOME/src
|
|
|
|
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
|
|
|
- cd $HOME/src/hugo
|
|
|
|
- go install
|
2018-11-08 08:53:13 +01:00
|
|
|
before_script:
|
|
|
|
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
|
|
|
|
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
2018-11-08 08:34:24 +01:00
|
|
|
script:
|
|
|
|
- hugo
|
2020-12-06 09:27:35 +01:00
|
|
|
os: linux
|
|
|
|
arch: arm64-graviton2
|
2020-10-28 22:09:25 +01:00
|
|
|
dist: focal
|
2017-03-29 11:09:56 +02:00
|
|
|
|
|
|
|
# vim: ts=2 sw=2 et
|