1
0
picturingjordan.com/.travis.yml
Alan Orth 17e47dbde7
.travis.yml: Remove notification config
This is enabled by default actually.
2017-03-29 12:37:02 +03:00

11 lines
243 B
YAML

language: go
go:
- 1.8
install: go get -v github.com/spf13/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
# vim: ts=2 sw=2 et