1
0
picturingjordan.com/.travis.yml

11 lines
249 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:
2018-03-09 21:43:34 +01:00
- "1.10"
2018-03-09 21:43:06 +01:00
install: go get -v github.com/gohugoio/hugo
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script: hugo
sudo: false
dist: trusty
2017-03-29 11:09:56 +02:00
# vim: ts=2 sw=2 et