1
0
Fork 0
picturingjordan.com/.travis.yml

19 lines
440 B
YAML
Raw Normal View History

2017-03-29 11:00:54 +02:00
language: go
2017-03-29 11:08:21 +02:00
go:
- "1.15.x"
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
script:
- hugo
os: linux
arch: arm64-graviton2
dist: focal
2017-03-29 11:09:56 +02:00
# vim: ts=2 sw=2 et